Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-dbgtty.c306 if (tty && tty_throttled(tty)) in dbc_rx_push()
350 if (!tty_throttled(tty)) { in dbc_rx_push()
/Linux-v5.10/drivers/tty/vt/
Dselection.c400 if (tty_throttled(tty)) { in paste_selection()
/Linux-v5.10/drivers/tty/
Dtty_ioctl.c162 if (!tty_throttled(tty)) { in tty_throttle_safe()
193 if (tty_throttled(tty)) { in tty_unthrottle_safe()
Damiserial.c1223 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios()
Dnozomi.c795 if (tty && tty_throttled(tty)) { in receive_data()
Dmoxa.c1385 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.c3039 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgsl_set_termios()
/Linux-v5.10/drivers/usb/gadget/function/
Du_serial.c376 if (tty && tty_throttled(tty)) in gs_rx_push()
441 if (!list_empty(queue) && !tty_throttled(tty)) in gs_rx_push()
/Linux-v5.10/drivers/tty/hvc/
Dhvc_console.c666 if (tty_throttled(tty)) in __hvc_poll()
Dhvcs.c587 if (!tty || tty_throttled(tty)) { in hvcs_io()
Dhvsi.c499 if (tty && hp->n_throttle && !tty_throttled(tty)) { in hvsi_interrupt()
/Linux-v5.10/include/linux/
Dtty.h404 static inline bool tty_throttled(struct tty_struct *tty) in tty_throttled() function
/Linux-v5.10/drivers/mmc/core/
Dsdio_uart.c892 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
/Linux-v5.10/drivers/usb/serial/
Ddigi_acceleport.c703 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios()
/Linux-v5.10/drivers/staging/fwserial/
Dfwserial.c1283 if (C_CRTSCTS(tty) || !tty_throttled(tty)) in fwtty_set_termios()
/Linux-v5.10/drivers/net/usb/
Dhso.c2013 if (tty && tty_throttled(tty)) { in put_rxbuf_data()
/Linux-v5.10/drivers/tty/serial/
Dserial_core.c1528 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in uart_set_termios()
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c2311 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgslpc_set_termios()