Home
last modified time | relevance | path

Searched refs:tty_throttled (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/usb/host/
A Dxhci-dbgtty.c306 if (tty && tty_throttled(tty)) in dbc_rx_push()
350 if (!tty_throttled(tty)) { in dbc_rx_push()
/linux/drivers/tty/
A Dtty_ioctl.c141 if (!tty_throttled(tty)) { in tty_throttle_safe()
172 if (tty_throttled(tty)) { in tty_unthrottle_safe()
A Damiserial.c1195 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios()
A Dnozomi.c781 if (tty && tty_throttled(tty)) { in receive_data()
A Dmoxa.c1683 if (inited && !tty_throttled(tty) && in moxa_poll_port()
A Dsynclink_gt.c730 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
/linux/drivers/tty/vt/
A Dselection.c400 if (tty_throttled(tty)) { in paste_selection()
/linux/include/linux/
A Dtty.h249 static inline bool tty_throttled(struct tty_struct *tty) in tty_throttled() function
/linux/drivers/usb/gadget/function/
A Du_serial.c374 if (tty && tty_throttled(tty)) in gs_rx_push()
439 if (!list_empty(queue) && !tty_throttled(tty)) in gs_rx_push()
/linux/drivers/tty/hvc/
A Dhvc_console.c666 if (tty_throttled(tty)) in __hvc_poll()
A Dhvcs.c562 if (!tty || tty_throttled(tty)) { in hvcs_io()
A Dhvsi.c499 if (tty && hp->n_throttle && !tty_throttled(tty)) { in hvsi_interrupt()
/linux/drivers/mmc/core/
A Dsdio_uart.c892 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
/linux/drivers/usb/serial/
A Ddigi_acceleport.c680 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios()
/linux/drivers/staging/fwserial/
A Dfwserial.c1281 if (C_CRTSCTS(tty) || !tty_throttled(tty)) in fwtty_set_termios()
/linux/drivers/tty/serial/
A Dserial_core.c1519 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in uart_set_termios()
/linux/drivers/net/usb/
A Dhso.c2010 if (tty && tty_throttled(tty)) { in put_rxbuf_data()
/linux/drivers/char/pcmcia/
A Dsynclink_cs.c2303 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgslpc_set_termios()

Completed in 62 milliseconds