Searched refs:IXOFF (Results 1 – 25 of 25) sorted by relevance
68 #define IXOFF 0x0400 macro
63 #define IXOFF 0x1000 macro
83 #define IXOFF 0x1000 /* Enable start/stop input control */ macro
74 #define IXOFF 0x0400 macro
90 #define IXOFF 0x1000 macro
376 if (((iflag ^ old_iflag) & (IXOFF | IXON)) || in belkin_sa_set_termios()379 if ((iflag & IXOFF) || (iflag & IXON)) in belkin_sa_set_termios()
473 if ((iflag & IXOFF) != (old_iflag & IXOFF) in klsi_105_set_termios()
367 tty->termios.c_iflag &= ~(IXOFF | IXON); in upd78f0730_set_termios()
776 if ((iflag & IXOFF) != (old_iflag & IXOFF) || in digi_set_termios()779 if (iflag & IXOFF) in digi_set_termios()
1122 iflag_change = ((a->c_iflag ^ b->c_iflag) & (INPCK | IXON | IXOFF)); in cp210x_termios_change()1148 tty->termios.c_iflag &= ~(IXON | IXOFF); in cp210x_set_flow_control()1155 I_IXOFF(tty) == (old_termios->c_iflag & IXOFF) && in cp210x_set_flow_control()
160 tty->termios.c_iflag |= IGNBRK | IGNPAR | IXOFF; in kobil_init_termios()
783 else if (ch->ch_c_iflag & IXOFF) { in jsm_check_queue_flow_control()821 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
233 if (ch->ch_c_iflag & IXOFF) in neo_set_no_output_flow_control()1047 else if (ch->ch_c_iflag & IXOFF) { in neo_param()
773 else if (ch->ch_c_iflag & IXOFF) { in cls_param()
968 if (termios->c_cflag & CRTSCTS || termios->c_iflag & IXOFF) { in max310x_set_termios()985 if (termios->c_iflag & IXOFF) { in max310x_set_termios()995 if (!(termios->c_cflag & CRTSCTS) && !(termios->c_iflag & IXOFF)) { in max310x_set_termios()
369 writeb((ifl & IXOFF) ? RP2_RX_SWFLOW_ena : RP2_RX_SWFLOW_dis, in __rp2_uart_set_termios()
1094 if (termios->c_iflag & IXOFF) in sc16is7xx_set_termios()
1000 if (termios->c_iflag & IXOFF) { in serial_omap_set_termios()
1639 iflag_mask |= IXANY|IXON|IXOFF; in uart_set_termios()
70 #define I_IXOFF(tty) _I_FLAG((tty), IXOFF)
73 --iflag -ICRNL,INLCR,-IXOFF \
1778 if (ts->c_iflag & IXOFF) in moxa_set_tty_param()2096 if (termio->c_iflag & (IXON | IXOFF | IXANY)) { in MoxaPortSetTermio()
3317 tty->termios.c_iflag &= (IXON | IXOFF); in gsmld_attach_gsm()
496 if (termios->c_iflag & IXOFF) { in omap_8250_set_termios()
Completed in 79 milliseconds