Searched refs:I_IXON (Results 1 – 14 of 14) sorted by relevance
1241 if (I_IXON(tty)) in n_tty_receive_signal_char()1272 if (I_IXON(tty)) { in n_tty_receive_char_special()1297 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()1408 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()1436 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()1458 if (I_IXON(tty)) { in n_tty_receive_char_closing()1825 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()1849 if (I_IXON(tty)) { in n_tty_set_termios()1874 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { in n_tty_set_termios()
269 int new_flow = (I_IXON(tty) && in pty_set_termios()
773 if (I_IXON(tty)) in isicom_config_port()
789 if (I_IXON(tty)) { in configure_r_port()
790 if (I_IXON(tty)) { in mxser_change_speed()
261 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
327 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
781 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()790 if (I_IXON(tty)) in ti_set_termios()
324 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
790 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
2464 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()2487 if (I_IXON(tty)) { in change_port_settings()
2333 if (I_IXON(tty)) { in change_port_settings()
137 #define I_IXON(tty) _I_FLAG((tty), IXON) macro
916 } else if (I_IXON(ap->tty)) { in ppp_async_input()