Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dn_tty.c1241 if (I_IXON(tty)) in n_tty_receive_signal_char()
1267 if (I_IXON(tty)) { in n_tty_receive_char_special()
1292 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()
1401 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char()
1426 if (I_IXON(tty)) { in n_tty_receive_char_closing()
1751 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()
1775 if (I_IXON(tty)) { in n_tty_set_termios()
1800 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow.tco_stopped) { in n_tty_set_termios()
A Dpty.c261 int new_flow = (I_IXON(tty) && in pty_set_termios()
A Dmxser.c678 mxser_must_set_rx_sw_flow_control(info->ioaddr, I_IXON(tty)); in mxser_change_speed()
1432 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) { in mxser_set_termios()
/linux/drivers/usb/serial/
A Dupd78f0730.c366 if (I_IXOFF(tty) || I_IXON(tty)) { in upd78f0730_set_termios()
A Dcp210x.c1142 I_IXON(tty) == (old_termios->c_iflag & IXON) && in cp210x_set_flow_control()
1149 if (I_IXON(tty) || I_IXOFF(tty)) { in cp210x_set_flow_control()
1208 if (I_IXON(tty)) in cp210x_set_flow_control()
A Dssu100.c277 if (I_IXOFF(tty) || I_IXON(tty)) { in ssu100_set_termios()
A Dark3116.c300 if (I_IXOFF(tty) || I_IXON(tty)) { in ark3116_set_termios()
A Dti_usb_3410_5052.c960 if (I_IXOFF(tty) || I_IXON(tty)) { in ti_set_termios()
969 if (I_IXON(tty)) in ti_set_termios()
A Dquatech2.c321 if (I_IXOFF(tty) || I_IXON(tty)) { in qt2_set_termios()
A Dxr_serial.c651 } else if (I_IXON(tty)) { in xr_set_flow_mode()
A Dmxuport.c779 if (I_IXOFF(tty) || I_IXON(tty)) { in mxuport_set_termios_flow()
A Dpl2303.c768 if (!I_IXON(tty) || I_IXANY(tty)) in pl2303_enable_xonxoff()
A Dio_edgeport.c2412 if (I_IXOFF(tty) || I_IXON(tty)) { in change_port_settings()
2434 if (I_IXON(tty)) { in change_port_settings()
A Dio_ti.c2303 if (I_IXON(tty)) { in change_port_settings()
A Dftdi_sio.c2779 } else if (I_IXON(tty)) { in ftdi_set_termios()
/linux/include/linux/
A Dtty.h68 #define I_IXON(tty) _I_FLAG((tty), IXON) macro
/linux/drivers/net/ppp/
A Dppp_async.c911 } else if (I_IXON(ap->tty)) { in ppp_async_input()

Completed in 50 milliseconds