Searched refs:IXANY (Results 1 – 13 of 13) sorted by relevance
89 #define IXANY 0004000 macro
75 #define IXANY 0004000 macro
78 #define IXANY 0004000 macro
83 #define IXANY 0004000 macro
74 #define IXANY 0004000 macro
94 #define IXANY 0004000 /* Any character will restart after stop. */ macro
86 #define IXANY 0004000 macro
104 #define IXANY 0x00000800 macro
69 #define I_IXANY(tty) _I_FLAG((tty), IXANY)
1777 if (ts->c_iflag & IXANY) in moxa_set_tty_param()2093 if (termio->c_iflag & (IXON | IXOFF | IXANY)) { in MoxaPortSetTermio()
759 ixon_change = ((a->c_iflag ^ b->c_iflag) & (IXON | IXANY)) || in pl2303_termios_change()
1045 if (termios->c_iflag & IXANY) in serial_omap_set_termios()
1488 iflag_mask |= IXANY|IXON|IXOFF; in uart_set_termios()
Completed in 36 milliseconds