Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-dbgtty.c313 if (tty && tty_throttled(tty)) in dbc_rx_push()
357 if (!tty_throttled(tty)) { in dbc_rx_push()
/linux-6.1.9/drivers/tty/vt/
Dselection.c401 if (tty_throttled(tty)) { in paste_selection()
/linux-6.1.9/drivers/tty/
Dtty_ioctl.c142 if (!tty_throttled(tty)) { in tty_throttle_safe()
173 if (tty_throttled(tty)) { in tty_unthrottle_safe()
Damiserial.c1191 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios()
Dnozomi.c781 if (tty && tty_throttled(tty)) { in receive_data()
Dmoxa.c1683 if (inited && !tty_throttled(tty) && in moxa_poll_port()
Dsynclink_gt.c724 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
/linux-6.1.9/include/linux/
Dtty.h338 static inline bool tty_throttled(struct tty_struct *tty) in tty_throttled() function
/linux-6.1.9/drivers/usb/gadget/function/
Du_serial.c374 if (tty && tty_throttled(tty)) in gs_rx_push()
439 if (!list_empty(queue) && !tty_throttled(tty)) in gs_rx_push()
/linux-6.1.9/drivers/tty/hvc/
Dhvc_console.c666 if (tty_throttled(tty)) in __hvc_poll()
Dhvcs.c563 if (!tty || tty_throttled(tty)) { in hvcs_io()
Dhvsi.c499 if (tty && hp->n_throttle && !tty_throttled(tty)) { in hvsi_interrupt()
/linux-6.1.9/drivers/mmc/core/
Dsdio_uart.c879 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
/linux-6.1.9/drivers/usb/serial/
Ddigi_acceleport.c682 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios()
/linux-6.1.9/drivers/net/usb/
Dhso.c2011 if (tty && tty_throttled(tty)) { in put_rxbuf_data()
/linux-6.1.9/drivers/tty/serial/
Dserial_core.c1670 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in uart_set_termios()
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c2306 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgslpc_set_termios()