Searched refs:I_IXON (Results 1 – 17 of 17) sorted by relevance
1239 if (I_IXON(tty)) in n_tty_receive_signal_char()1270 if (I_IXON(tty)) { in n_tty_receive_char_special()1295 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()1406 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()1434 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()1456 if (I_IXON(tty)) { in n_tty_receive_char_closing()1814 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()1838 if (I_IXON(tty)) { in n_tty_set_termios()1863 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { in n_tty_set_termios()
261 int new_flow = (I_IXON(tty) && in pty_set_termios()
786 if (I_IXON(tty)) { in mxser_change_speed()1953 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) { in mxser_set_termios()
759 if (I_IXON(tty)) in isicom_config_port()
779 if (I_IXON(tty)) { in configure_r_port()
372 if (I_IXOFF(tty) || I_IXON(tty)) { in upd78f0730_set_termios()
277 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
302 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
971 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()980 if (I_IXON(tty)) in ti_set_termios()
321 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
786 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
649 if (!I_IXON(tty) || I_IXANY(tty)) in pl2303_enable_xonxoff()
2531 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()2553 if (I_IXON(tty)) { in change_port_settings()
2322 if (I_IXON(tty)) { in change_port_settings()
2804 } else if (I_IXON(tty)) { in ftdi_set_termios()
912 } else if (I_IXON(ap->tty)) { in ppp_async_input()
139 #define I_IXON(tty) _I_FLAG((tty), IXON) macro