Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgtty.c344 if (tty && tty_throttled(tty)) in dbc_rx_push()
388 if (!tty_throttled(tty)) { in dbc_rx_push()
/openbmc/linux/drivers/tty/vt/
H A Dselection.c401 if (tty_throttled(tty)) { in paste_selection()
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c135 if (!tty_throttled(tty)) { in tty_throttle_safe()
166 if (tty_throttled(tty)) { in tty_unthrottle_safe()
H A Damiserial.c1191 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios()
H A Dnozomi.c781 if (tty && tty_throttled(tty)) { in receive_data()
H A Dmoxa.c1684 if (inited && !tty_throttled(tty) && in moxa_poll_port()
H A Dsynclink_gt.c722 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
/openbmc/linux/include/linux/
H A Dtty.h338 static inline bool tty_throttled(struct tty_struct *tty) in tty_throttled() function
/openbmc/linux/drivers/usb/gadget/function/
H A Du_serial.c378 if (tty && tty_throttled(tty)) in gs_rx_push()
443 if (!list_empty(queue) && !tty_throttled(tty)) in gs_rx_push()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.c666 if (tty_throttled(tty)) in __hvc_poll()
H A Dhvcs.c570 if (!tty || tty_throttled(tty)) { in hvcs_io()
H A Dhvsi.c499 if (tty && hp->n_throttle && !tty_throttled(tty)) { in hvsi_interrupt()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c878 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
/openbmc/linux/drivers/usb/serial/
H A Ddigi_acceleport.c682 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios()
/openbmc/linux/drivers/net/usb/
H A Dhso.c2005 if (tty && tty_throttled(tty)) { in put_rxbuf_data()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c1744 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in uart_set_termios()