Searched refs:IXANY (Results 1 – 14 of 14) sorted by relevance
18 #define IXANY 0x800 /* Any character will restart after stop */ macro
223 tio.c_cflag &= ~(CSIZE | PARENB | IXON | IXOFF | IXANY); in enter_raw_mode()224 tio.c_cflag |= (CS8 |CREAD) | (IXON|IXOFF|IXANY); in enter_raw_mode()230 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
310 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF)\ in enter_raw_mode()
1170 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
191 INLCR | IGNCR | ICRNL | IXON | IXOFF | IXANY | in ga_channel_open()
69 #define I_IXANY(tty) _I_FLAG((tty), IXANY)
217 | IXON | IXOFF | IXANY); in ipmi_serial_term_open()
270 | IXON | IXOFF | IXANY); in serial_bm_open()
1779 if (ts->c_iflag & IXANY) in moxa_set_tty_param()2095 if (termio->c_iflag & (IXON | IXOFF | IXANY)) { in MoxaPortSetTermio()
771 ixon_change = ((a->c_iflag ^ b->c_iflag) & (IXON | IXANY)) || in pl2303_termios_change()
1004 if (termios->c_iflag & IXANY) in serial_omap_set_termios()
1713 iflag_mask |= IXANY|IXON|IXOFF; in uart_set_termios()
1380 FLAG_TARGET(IXANY),
5700 { TARGET_IXANY, TARGET_IXANY, IXANY, IXANY },