Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1239 if (I_IXON(tty)) in n_tty_receive_signal_char()
1270 if (I_IXON(tty)) { in n_tty_receive_char_special()
1295 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()
1406 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()
1434 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()
1456 if (I_IXON(tty)) { in n_tty_receive_char_closing()
1814 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()
1838 if (I_IXON(tty)) { in n_tty_set_termios()
1863 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { in n_tty_set_termios()
H A Dpty.c261 int new_flow = (I_IXON(tty) && in pty_set_termios()
H A Dmxser.c786 if (I_IXON(tty)) { in mxser_change_speed()
1960 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) { in mxser_set_termios()
H A Disicom.c759 if (I_IXON(tty)) in isicom_config_port()
H A Drocket.c779 if (I_IXON(tty)) { in configure_r_port()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dupd78f0730.c372 if (I_IXOFF(tty) || I_IXON(tty)) { in upd78f0730_set_termios()
H A Dssu100.c277 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
H A Dark3116.c302 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
H A Dxr_usb_serial_hal.c475 else if (I_IXOFF(tty) || I_IXON(tty)) in xr_usb_serial_set_flow_mode()
H A Dti_usb_3410_5052.c971 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()
980 if (I_IXON(tty)) in ti_set_termios()
H A Dquatech2.c321 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
H A Dmxuport.c786 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
H A Dpl2303.c651 if (!I_IXON(tty) || I_IXANY(tty)) in pl2303_enable_xonxoff()
H A Dio_edgeport.c2531 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()
2553 if (I_IXON(tty)) { in change_port_settings()
H A Dio_ti.c2324 if (I_IXON(tty)) { in change_port_settings()
H A Dftdi_sio.c2811 } else if (I_IXON(tty)) { in ftdi_set_termios()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_async.c912 } else if (I_IXON(ap->tty)) { in ppp_async_input()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h140 #define I_IXON(tty) _I_FLAG((tty), IXON) macro