Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/speakup/
Dselection.c149 if (tty_throttled(tty)) { in __speakup_paste_selection()
/Linux-v4.19/drivers/usb/host/
Dxhci-dbgtty.c346 if (tty && tty_throttled(tty)) in dbc_rx_push()
390 if (!tty_throttled(tty)) { in dbc_rx_push()
/Linux-v4.19/drivers/tty/vt/
Dselection.c353 if (tty_throttled(tty)) { in paste_selection()
/Linux-v4.19/drivers/tty/
Dtty_ioctl.c162 if (!tty_throttled(tty)) { in tty_throttle_safe()
193 if (tty_throttled(tty)) { in tty_unthrottle_safe()
Damiserial.c1322 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios()
Dnozomi.c795 if (tty && tty_throttled(tty)) { in receive_data()
Dmoxa.c1393 if (inited && !tty_throttled(tty) && in moxa_poll_port()
Dsynclink_gt.c786 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
Dsynclinkmp.c884 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
Dsynclink.c3041 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgsl_set_termios()
/Linux-v4.19/drivers/usb/gadget/function/
Du_serial.c372 if (tty && tty_throttled(tty)) in gs_rx_push()
439 if (!tty_throttled(tty)) { in gs_rx_push()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_console.c677 if (tty_throttled(tty)) in __hvc_poll()
Dhvsi.c499 if (tty && hp->n_throttle && !tty_throttled(tty)) { in hvsi_interrupt()
Dhvcs.c589 if (!tty || tty_throttled(tty)) { in hvcs_io()
/Linux-v4.19/include/linux/
Dtty.h391 static inline bool tty_throttled(struct tty_struct *tty) in tty_throttled() function
/Linux-v4.19/drivers/mmc/core/
Dsdio_uart.c896 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
/Linux-v4.19/drivers/usb/serial/
Ddigi_acceleport.c703 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios()
/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.c1293 if (C_CRTSCTS(tty) || !tty_throttled(tty)) in fwtty_set_termios()
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c1467 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in uart_set_termios()
/Linux-v4.19/drivers/net/usb/
Dhso.c2026 if (tty && tty_throttled(tty)) { in put_rxbuf_data()
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c2312 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgslpc_set_termios()