Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_tty.c1229 if (I_IXON(tty)) in n_tty_receive_signal_char()
1260 if (I_IXON(tty)) { in n_tty_receive_char_special()
1285 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()
1396 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()
1424 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()
1446 if (I_IXON(tty)) { in n_tty_receive_char_closing()
1804 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()
1828 if (I_IXON(tty)) { in n_tty_set_termios()
1853 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { in n_tty_set_termios()
Dpty.c270 int new_flow = (I_IXON(tty) && in pty_set_termios()
Dmxser.c787 if (I_IXON(tty)) { in mxser_change_speed()
1953 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) { in mxser_set_termios()
Disicom.c760 if (I_IXON(tty)) in isicom_config_port()
Drocket.c776 if (I_IXON(tty)) { in configure_r_port()
/Linux-v4.19/drivers/usb/serial/
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.c312 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
Dti_usb_3410_5052.c990 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()
999 if (I_IXON(tty)) in ti_set_termios()
Dquatech2.c321 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
Dpl2303.c678 } else if (I_IXON(tty) && !I_IXANY(tty) && START_CHAR(tty) == 0x11 && in pl2303_set_termios()
Dmxuport.c786 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
Dio_edgeport.c2547 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()
2569 if (I_IXON(tty)) { in change_port_settings()
Dio_ti.c2322 if (I_IXON(tty)) { in change_port_settings()
Dftdi_sio.c2331 } else if (I_IXON(tty)) { in ftdi_set_termios()
/Linux-v4.19/drivers/net/ppp/
Dppp_async.c915 } else if (I_IXON(ap->tty)) { in ppp_async_input()
/Linux-v4.19/include/linux/
Dtty.h139 #define I_IXON(tty) _I_FLAG((tty), IXON) macro