Searched refs:IXANY (Results 1 – 6 of 6) sorted by relevance
18 #define IXANY 0x800 /* Any character will restart after stop */ macro
69 #define I_IXANY(tty) _I_FLAG((tty), IXANY)
1780 if (ts->c_iflag & IXANY) in moxa_set_tty_param()2096 if (termio->c_iflag & (IXON | IXOFF | IXANY)) { in MoxaPortSetTermio()
770 ixon_change = ((a->c_iflag ^ b->c_iflag) & (IXON | IXANY)) || in pl2303_termios_change()
1011 if (termios->c_iflag & IXANY) in serial_omap_set_termios()
1639 iflag_mask |= IXANY|IXON|IXOFF; in uart_set_termios()
Completed in 22 milliseconds