Searched refs:I_IXON (Results 1 – 17 of 17) sorted by relevance
1229 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()
270 int new_flow = (I_IXON(tty) && in pty_set_termios()
787 if (I_IXON(tty)) { in mxser_change_speed()1953 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) { in mxser_set_termios()
760 if (I_IXON(tty)) in isicom_config_port()
776 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()
312 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
990 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()999 if (I_IXON(tty)) in ti_set_termios()
321 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
678 } else if (I_IXON(tty) && !I_IXANY(tty) && START_CHAR(tty) == 0x11 && in pl2303_set_termios()
786 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
2547 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()2569 if (I_IXON(tty)) { in change_port_settings()
2322 if (I_IXON(tty)) { in change_port_settings()
2331 } else if (I_IXON(tty)) { in ftdi_set_termios()
915 } else if (I_IXON(ap->tty)) { in ppp_async_input()
139 #define I_IXON(tty) _I_FLAG((tty), IXON) macro