Searched refs:I_IXON (Results 1 – 17 of 17) sorted by relevance
1219 if (I_IXON(tty)) in n_tty_receive_signal_char()1273 if (I_IXON(tty) && n_tty_receive_char_flow_ctrl(tty, c, lookahead_done)) in n_tty_receive_char_special()1289 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()1410 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char()1436 if (I_IXON(tty)) { in n_tty_receive_char_closing()1492 if (!I_IXON(tty)) in n_tty_lookahead_flow_ctrl()1786 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()1810 if (I_IXON(tty)) { in n_tty_set_termios()1835 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow.tco_stopped) { in n_tty_set_termios()
251 int new_flow = (I_IXON(tty) && in pty_set_termios()
677 mxser_must_set_rx_sw_flow_control(info->ioaddr, I_IXON(tty)); in mxser_change_speed()1369 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) { in mxser_set_termios()
366 if (I_IXOFF(tty) || I_IXON(tty)) { in upd78f0730_set_termios()
263 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
1154 I_IXON(tty) == (old_termios->c_iflag & IXON) && in cp210x_set_flow_control()1161 if (I_IXON(tty) || I_IXOFF(tty)) { in cp210x_set_flow_control()1228 if (I_IXON(tty)) in cp210x_set_flow_control()
286 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
962 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()971 if (I_IXON(tty)) in ti_set_termios()
307 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
652 } else if (I_IXON(tty)) { in xr_set_flow_mode()
779 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
779 if (!I_IXON(tty) || I_IXANY(tty)) in pl2303_enable_xonxoff()
2413 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()2435 if (I_IXON(tty)) { in change_port_settings()
2306 if (I_IXON(tty)) { in change_port_settings()
2747 } else if (I_IXON(tty)) { in ftdi_set_termios()
68 #define I_IXON(tty) _I_FLAG((tty), IXON) macro
910 } else if (I_IXON(ap->tty)) { in ppp_async_input()
Completed in 50 milliseconds