Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgtty.c306 if (tty && tty_throttled(tty)) in dbc_rx_push()
350 if (!tty_throttled(tty)) { in dbc_rx_push()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c162 if (!tty_throttled(tty)) { in tty_throttle_safe()
193 if (tty_throttled(tty)) { in tty_unthrottle_safe()
H A Damiserial.c1224 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios()
H A Dnozomi.c795 if (tty && tty_throttled(tty)) { in receive_data()
H A Dmoxa.c1385 if (inited && !tty_throttled(tty) && in moxa_poll_port()
H A Dsynclink_gt.c731 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
H A Dsynclinkmp.c884 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios()
H A Dsynclink.c3039 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgsl_set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dselection.c400 if (tty_throttled(tty)) { in paste_selection()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_serial.c374 if (tty && tty_throttled(tty)) in gs_rx_push()
439 if (!list_empty(queue) && !tty_throttled(tty)) in gs_rx_push()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_console.c666 if (tty_throttled(tty)) in __hvc_poll()
H A Dhvcs.c587 if (!tty || tty_throttled(tty)) { in hvcs_io()
H A Dhvsi.c499 if (tty && hp->n_throttle && !tty_throttled(tty)) { in hvsi_interrupt()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h415 static inline bool tty_throttled(struct tty_struct *tty) in tty_throttled() function
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c892 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Ddigi_acceleport.c680 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c1282 if (C_CRTSCTS(tty) || !tty_throttled(tty)) in fwtty_set_termios()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dhso.c2012 if (tty && tty_throttled(tty)) { in put_rxbuf_data()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c1573 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in uart_set_termios()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c2311 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgslpc_set_termios()