Home
last modified time | relevance | path

Searched refs:I_IXOFF (Results 1 – 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/core/
Dsdio_uart.c830 if (!I_IXOFF(tty) && !C_CRTSCTS(tty)) in sdio_uart_throttle()
836 if (I_IXOFF(tty)) { in sdio_uart_throttle()
852 if (!I_IXOFF(tty) && !C_CRTSCTS(tty)) in sdio_uart_unthrottle()
858 if (I_IXOFF(tty)) { in sdio_uart_unthrottle()
/kernel/linux/linux-5.10/drivers/usb/serial/
Dti_usb_3410_5052.c884 if (I_IXOFF(tty) || C_CRTSCTS(tty)) in ti_throttle()
896 if (I_IXOFF(tty) || C_CRTSCTS(tty)) { in ti_unthrottle()
971 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()
975 if (I_IXOFF(tty)) in ti_set_termios()
Dupd78f0730.c372 if (I_IXOFF(tty) || I_IXON(tty)) { in upd78f0730_set_termios()
Dssu100.c277 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
Dark3116.c302 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
Dio_edgeport.c1486 if (I_IXOFF(tty)) { in edge_throttle()
1524 if (I_IXOFF(tty)) { in edge_unthrottle()
2531 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()
2544 if (I_IXOFF(tty)) { in change_port_settings()
Dwhiteheat.c689 if (I_IXOFF(tty)) in firm_setup_port()
Dmos7840.c948 if (I_IXOFF(tty)) { in mos7840_throttle()
977 if (I_IXOFF(tty)) { in mos7840_unthrottle()
Dio_ti.c2147 if (I_IXOFF(tty)) { in edge_throttle()
2174 if (I_IXOFF(tty)) { in edge_unthrottle()
2314 if (I_IXOFF(tty)) { in change_port_settings()
Dmos7720.c1304 if (I_IXOFF(tty)) { in mos7720_throttle()
1334 if (I_IXOFF(tty)) { in mos7720_unthrottle()
Dquatech2.c321 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
Dmxuport.c786 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
/kernel/linux/linux-5.10/drivers/staging/greybus/
Duart.c576 if (I_IXOFF(tty)) { in gb_tty_throttle()
595 if (I_IXOFF(tty)) { in gb_tty_unthrottle()
/kernel/linux/linux-5.10/drivers/tty/
Damiserial.c899 if (I_IXOFF(tty)) in rs_throttle()
918 if (I_IXOFF(tty)) { in rs_unthrottle()
Dmxser.c793 if (I_IXOFF(tty)) { in mxser_change_speed()
1850 if (I_IXOFF(tty)) { in mxser_stoprx()
1883 if (I_IXOFF(tty)) { in mxser_unthrottle()
Drocket.c1352 if (I_IXOFF(tty)) in rp_throttle()
1368 if (I_IXOFF(tty)) in rp_unthrottle()
Disicom.c761 if (I_IXOFF(tty)) in isicom_config_port()
Dcyclades.c2841 if (I_IXOFF(tty)) { in cy_throttle()
2878 if (I_IXOFF(tty)) { in cy_unthrottle()
Dsynclink_gt.c1280 if (I_IXOFF(tty)) in throttle()
1301 if (I_IXOFF(tty)) { in unthrottle()
Dsynclinkmp.c1453 if (I_IXOFF(tty)) in throttle()
1478 if (I_IXOFF(tty)) { in unthrottle()
Dsynclink.c2351 if (I_IXOFF(tty)) in mgsl_throttle()
2381 if (I_IXOFF(tty)) { in mgsl_unthrottle()
/kernel/linux/linux-5.10/include/linux/
Dtty.h141 #define I_IXOFF(tty) _I_FLAG((tty), IXOFF) macro
/kernel/linux/linux-5.10/drivers/tty/serial/
Dserial_core.c715 if (I_IXOFF(tty)) in uart_throttle()
744 if (I_IXOFF(tty)) in uart_unthrottle()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
Dsynclink_cs.c1726 if (I_IXOFF(tty)) in mgslpc_throttle()
1751 if (I_IXOFF(tty)) { in mgslpc_unthrottle()