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

/linux-master/drivers/tty/
H A Dn_tty.c1209 if (I_IXON(tty))
1359 if (I_IXON(tty) && n_tty_receive_char_flow_ctrl(tty, c, lookahead_done))
1375 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) {
1427 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) {
1453 if (I_IXON(tty)) {
1509 if (!I_IXON(tty))
1814 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) ||
1838 if (I_IXON(tty)) {
1860 * Fix tty hang when I_IXON(tty) is cleared, but the tty
1863 if (!I_IXON(tt
[all...]
H A Dmxser.c677 mxser_must_set_rx_sw_flow_control(info->ioaddr, I_IXON(tty));
1369 if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) {
H A Dpty.c251 int new_flow = (I_IXON(tty) &&
/linux-master/drivers/usb/serial/
H A Dupd78f0730.c369 if (I_IXOFF(tty) || I_IXON(tty)) {
H A Dssu100.c263 if (I_IXOFF(tty) || I_IXON(tty)) {
H A Dcp210x.c1160 I_IXON(tty) == (old_termios->c_iflag & IXON) &&
1167 if (I_IXON(tty) || I_IXOFF(tty)) {
1234 if (I_IXON(tty))
H A Dark3116.c286 if (I_IXOFF(tty) || I_IXON(tty)) {
H A Dti_usb_3410_5052.c962 if (I_IXOFF(tty) || I_IXON(tty)) {
971 if (I_IXON(tty))
H A Dpl2303.c779 if (!I_IXON(tty) || I_IXANY(tty))
H A Dmxuport.c779 if (I_IXOFF(tty) || I_IXON(tty)) {
H A Dquatech2.c299 if (I_IXOFF(tty) || I_IXON(tty)) {
H A Dxr_serial.c665 } else if (I_IXON(tty)) {
H A Dio_edgeport.c2415 if (I_IXOFF(tty) || I_IXON(tty)) {
2437 if (I_IXON(tty)) {
H A Dio_ti.c2306 if (I_IXON(tty)) {
H A Dftdi_sio.c2753 } else if (I_IXON(tty)) {
/linux-master/include/linux/
H A Dtty.h67 #define I_IXON(tty) _I_FLAG((tty), IXON) macro
/linux-master/drivers/net/ppp/
H A Dppp_async.c905 } else if (I_IXON(ap->tty)) {

Completed in 214 milliseconds