Searched refs:IXON (Results 1 – 20 of 20) sorted by relevance
98 | IXON); /* disable enable XON/XOFF flow control */ in empeg_init_termios()
473 || (iflag & IXON) != (old_iflag & IXON) in klsi_105_set_termios()
375 if (((iflag ^ old_iflag) & (IXOFF | IXON)) || in belkin_sa_set_termios()378 if ((iflag & IXOFF) || (iflag & IXON)) in belkin_sa_set_termios()
802 if ((iflag & IXON) != (old_iflag & IXON) || in digi_set_termios()805 if (iflag & IXON) in digi_set_termios()
370 tty->termios.c_iflag &= ~(IXOFF | IXON); in upd78f0730_set_termios()
1128 iflag_change = ((a->c_iflag ^ b->c_iflag) & (INPCK | IXON | IXOFF)); in cp210x_termios_change()1154 tty->termios.c_iflag &= ~(IXON | IXOFF); in cp210x_set_flow_control()1160 I_IXON(tty) == (old_termios->c_iflag & IXON) && in cp210x_set_flow_control()
930 | IXON); /* disable enable XON/XOFF flow control */ in cypress_set_termios()
805 ixon_change = ((a->c_iflag ^ b->c_iflag) & (IXON | IXANY)) || in pl2303_termios_change()
67 #define IXON 0x0200 macro
62 #define IXON 0x0400 macro
73 #define IXON 0x0200 macro
82 #define IXON 0x0400 /* Enable start/stop output control */ macro
1523 if (ts->c_iflag & IXON) in moxa_set_tty_param()1843 if (termio->c_iflag & (IXON | IXOFF | IXANY)) { in MoxaPortSetTermio()
590 termios->c_iflag = ICRNL | IXON; in set_sgflags()
1847 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow.tco_stopped) { in n_tty_set_termios()
3581 tty->termios.c_iflag &= (IXON | IXOFF); in gsmld_attach_gsm()
1047 if (termios->c_iflag & IXON) in sc16is7xx_set_termios()
985 if (termios->c_iflag & IXON) in serial_omap_set_termios()
1660 iflag_mask |= IXANY|IXON|IXOFF; in uart_set_termios()