Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/core/
Dsdio_uart.c812 if (!I_IXOFF(tty) && !C_CRTSCTS(tty)) in sdio_uart_throttle()
818 if (I_IXOFF(tty)) { in sdio_uart_throttle()
834 if (!I_IXOFF(tty) && !C_CRTSCTS(tty)) in sdio_uart_unthrottle()
840 if (I_IXOFF(tty)) { in sdio_uart_unthrottle()
/linux-6.12.1/drivers/usb/serial/
Dti_usb_3410_5052.c873 if (I_IXOFF(tty) || C_CRTSCTS(tty)) in ti_throttle()
885 if (I_IXOFF(tty) || C_CRTSCTS(tty)) { in ti_unthrottle()
960 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()
964 if (I_IXOFF(tty)) in ti_set_termios()
Dupd78f0730.c369 if (I_IXOFF(tty) || I_IXON(tty)) { in upd78f0730_set_termios()
Dcp210x.c1160 I_IXOFF(tty) == (old_termios->c_iflag & IXOFF) && in cp210x_set_flow_control()
1166 if (I_IXON(tty) || I_IXOFF(tty)) { in cp210x_set_flow_control()
1224 if (I_IXOFF(tty)) { in cp210x_set_flow_control()
Dssu100.c263 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
Dio_edgeport.c1385 if (I_IXOFF(tty)) { in edge_throttle()
1423 if (I_IXOFF(tty)) { in edge_unthrottle()
2415 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()
2428 if (I_IXOFF(tty)) { in change_port_settings()
Dark3116.c286 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
Dmos7720.c1134 if (I_IXOFF(tty)) { in mos7720_throttle()
1164 if (I_IXOFF(tty)) { in mos7720_unthrottle()
Dio_ti.c2132 if (I_IXOFF(tty)) { in edge_throttle()
2159 if (I_IXOFF(tty)) { in edge_unthrottle()
2298 if (I_IXOFF(tty)) { in change_port_settings()
Dmos7840.c944 if (I_IXOFF(tty)) { in mos7840_throttle()
973 if (I_IXOFF(tty)) { in mos7840_unthrottle()
Dwhiteheat.c663 if (I_IXOFF(tty)) in firm_setup_port()
Dquatech2.c299 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
Dmxuport.c779 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
/linux-6.12.1/drivers/staging/greybus/
Duart.c561 if (I_IXOFF(tty)) { in gb_tty_throttle()
580 if (I_IXOFF(tty)) { in gb_tty_unthrottle()
/linux-6.12.1/include/linux/
Dtty.h69 #define I_IXOFF(tty) _I_FLAG((tty), IXOFF) macro
/linux-6.12.1/drivers/tty/
Dmxser.c675 mxser_must_set_tx_sw_flow_control(info->ioaddr, I_IXOFF(tty)); in mxser_change_speed()
1277 if (I_IXOFF(tty)) { in mxser_throttle()
1300 if (I_IXOFF(tty)) { in mxser_unthrottle()
Damiserial.c854 if (I_IXOFF(tty)) in rs_throttle()
873 if (I_IXOFF(tty)) { in rs_unthrottle()
Dsynclink_gt.c1272 if (I_IXOFF(tty)) in throttle()
1293 if (I_IXOFF(tty)) { in unthrottle()
/linux-6.12.1/drivers/tty/serial/
Dserial_core.c741 if (I_IXOFF(tty)) in uart_throttle()
770 if (I_IXOFF(tty)) in uart_unthrottle()