Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-dbgtty.c167 if (list_empty(&port->read_queue) && tty && !tty_throttled(tty)) { in xhci_dbc_alloc_requests()
403 if (tty && tty_throttled(tty)) in dbc_port_activate()
/linux/drivers/tty/vt/
H A Dselection.c424 if (tty_throttled(tty)) { in paste_selection()
/linux/drivers/tty/
H A Dtty_ioctl.c128 if (!tty_throttled(tty)) { in tty_throttle_safe()
158 if (tty_throttled(tty)) { in tty_unthrottle_safe()
H A Damiserial.c1189 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios()
H A Dnozomi.c763 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.c723 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
/linux/include/linux/
H A Dtty.h331 static inline bool tty_throttled(struct tty_struct *tty) in tty_throttled() function
/linux/drivers/usb/gadget/function/
H A Du_serial.c382 if (tty && tty_throttled(tty)) in gs_rx_push()
448 if (!list_empty(queue) && !tty_throttled(tty)) in gs_rx_push()
/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()
/linux/drivers/mmc/core/
H A Dsdio_uart.c874 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
/linux/drivers/usb/serial/
H A Ddigi_acceleport.c680 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios()
/linux/drivers/net/usb/
H A Dhso.c2004 if (tty && tty_throttled(tty)) { in put_rxbuf_data()