Searched refs:I_IXON (Results 1 – 14 of 14) sorted by relevance
1246 if (I_IXON(tty)) in n_tty_receive_signal_char()1277 if (I_IXON(tty)) { in n_tty_receive_char_special()1302 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()1413 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()1441 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()1463 if (I_IXON(tty)) { in n_tty_receive_char_closing()1832 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()1856 if (I_IXON(tty)) { in n_tty_set_termios()1881 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { in n_tty_set_termios()
264 int new_flow = (I_IXON(tty) && in pty_set_termios()
773 if (I_IXON(tty)) in isicom_config_port()
790 if (I_IXON(tty)) { in mxser_change_speed()
789 if (I_IXON(tty)) { in configure_r_port()
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()
2193 if (I_IXON(tty)) { in change_port_settings()
916 } else if (I_IXON(ap->tty)) { in ppp_async_input()
137 #define I_IXON(tty) _I_FLAG((tty), IXON) macro