Searched refs:tty_throttled (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c312 if (tty && tty_throttled(tty))
356 if (!tty_throttled(tty)) {
/linux-master/drivers/tty/vt/
H A Dselection.c410 if (tty_throttled(tty)) {
/linux-master/include/linux/
H A Dtty.h337 static inline bool tty_throttled(struct tty_struct *tty) function
/linux-master/drivers/tty/
H A Dtty_ioctl.c128 if (!tty_throttled(tty)) {
158 if (tty_throttled(tty)) {
H A Damiserial.c1189 if (!C_CRTSCTS(tty) || !tty_throttled(tty))
H A Dnozomi.c763 if (tty && tty_throttled(tty)) {
H A Dmoxa.c1684 if (inited && !tty_throttled(tty) &&
H A Dsynclink_gt.c722 if (!C_CRTSCTS(tty) || !tty_throttled(tty))
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c666 if (tty_throttled(tty))
H A Dhvsi.c499 if (tty && hp->n_throttle && !tty_throttled(tty)) {
H A Dhvcs.c570 if (!tty || tty_throttled(tty)) {
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c378 if (tty && tty_throttled(tty))
443 if (!list_empty(queue) && !tty_throttled(tty))
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c874 if (!(cflag & CRTSCTS) || !tty_throttled(tty))
/linux-master/drivers/usb/serial/
H A Ddigi_acceleport.c682 if (!C_CRTSCTS(tty) || !tty_throttled(tty))
/linux-master/drivers/net/usb/
H A Dhso.c2004 if (tty && tty_throttled(tty)) {
/linux-master/drivers/tty/serial/
H A Dserial_core.c1740 if (!(cflag & CRTSCTS) || !tty_throttled(tty))

Completed in 279 milliseconds