Home
last modified time | relevance | path

Searched refs:I_IXON (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/tty/
Dn_tty.c1246 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()
Dpty.c264 int new_flow = (I_IXON(tty) && in pty_set_termios()
Disicom.c773 if (I_IXON(tty)) in isicom_config_port()
Dmxser.c790 if (I_IXON(tty)) { in mxser_change_speed()
Drocket.c789 if (I_IXON(tty)) { in configure_r_port()
/linux-4.1.27/drivers/usb/serial/
Dssu100.c261 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
Dark3116.c327 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
Dti_usb_3410_5052.c781 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()
790 if (I_IXON(tty)) in ti_set_termios()
Dquatech2.c324 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
Dmxuport.c790 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
Dio_edgeport.c2464 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()
2487 if (I_IXON(tty)) { in change_port_settings()
Dio_ti.c2193 if (I_IXON(tty)) { in change_port_settings()
/linux-4.1.27/drivers/net/ppp/
Dppp_async.c916 } else if (I_IXON(ap->tty)) { in ppp_async_input()
/linux-4.1.27/include/linux/
Dtty.h137 #define I_IXON(tty) _I_FLAG((tty), IXON) macro