Home
last modified time | relevance | path

Searched refs:I_IXON (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/usb/serial/
H A Dupd78f0730.c369 if (I_IXOFF(tty) || I_IXON(tty)) { in upd78f0730_set_termios()
H A Dcp210x.c1159 I_IXON(tty) == (old_termios->c_iflag & IXON) && in cp210x_set_flow_control()
1166 if (I_IXON(tty) || I_IXOFF(tty)) { in cp210x_set_flow_control()
1233 if (I_IXON(tty)) in cp210x_set_flow_control()
H A Dssu100.c263 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
H A Dark3116.c286 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
H A Dti_usb_3410_5052.c960 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()
969 if (I_IXON(tty)) in ti_set_termios()
H A Dquatech2.c299 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
H A Dxr_serial.c665 } else if (I_IXON(tty)) { in xr_set_flow_mode()
H A Dmxuport.c779 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
H A Dio_ti.c2306 if (I_IXON(tty)) { in change_port_settings()
/linux/include/linux/
H A Dtty.h67 #define I_IXON(tty) _I_FLAG((tty), IXON) macro
/linux/drivers/tty/
H A Dpty.c251 int new_flow = (I_IXON(tty) && in pty_set_termios()
H A Dmxser.c674 mxser_must_set_rx_sw_flow_control(info->ioaddr, I_IXON(tty)); in mxser_change_speed()
1366 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) { in mxser_set_termios()
/linux/drivers/net/ppp/
H A Dppp_async.c905 } else if (I_IXON(ap->tty)) { in ppp_async_input()