Searched refs:CSTOPB (Results 1 – 25 of 112) sorted by relevance
12345
495 || (cflag & CSTOPB) != (old_cflag & CSTOPB)) { in klsi_105_set_termios()497 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
385 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in belkin_sa_set_termios()386 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
967 cflag &= ~CSTOPB; in cp210x_get_termios_port()979 cflag |= CSTOPB; in cp210x_get_termios_port()1198 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in cp210x_set_termios()1201 if (cflag & CSTOPB) { in cp210x_set_termios()
782 if ((cflag&CSTOPB) != (old_cflag&CSTOPB)) { in digi_set_termios()784 if ((cflag&CSTOPB)) in digi_set_termios()
368 buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 : in spcp8x5_set_termios()
507 urb_val |= (c_cflag & CSTOPB) ? SUSBCR_SPASB_2StopBits : in kobil_set_termios()
910 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); in iuu_set_termios()947 | TIOCM_CTS | CSTOPB | PARENB; in iuu_init_termios()
230 if (cflag & CSTOPB) in ark3116_set_termios()
138 #define CSTOPB 0000100 macro
167 #define CSTOPB 00002000 macro
146 #define CSTOPB 0000100 macro
162 #define CSTOPB 00002000 macro
154 #define CSTOPB 0000100 macro
137 #define CSTOPB 0000100 macro
161 #define CSTOPB 0000100 /* Two stop bits instead of one. */ macro
169 #define CSTOPB 0x00000040 macro
162 case 2: cflag |= CSTOPB; break; in sunserial_console_termios()
250 if (termios->c_cflag & CSTOPB) in serial21285_set_termios()
315 if (termios->c_cflag & CSTOPB) in digicolor_uart_set_termios()
1457 if (termios->c_cflag & CSTOPB) in lpuart_set_termios()1458 termios->c_cflag &= ~CSTOPB; in lpuart_set_termios()1671 if (termios->c_cflag & CSTOPB) in lpuart32_set_termios()1672 termios->c_cflag &= ~CSTOPB; in lpuart32_set_termios()
338 termios->c_cflag &= ~CSTOPB; in mps2_uart_set_termios()
288 if (termios->c_cflag & CSTOPB) in uart_clps711x_set_termios()
405 if (termios->c_cflag & CSTOPB) in ks8695uart_set_termios()
62 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init()
931 if ((old->c_cflag & CSTOPB) != (new->c_cflag & CSTOPB)) in rfcomm_tty_set_termios()937 if (new->c_cflag & CSTOPB) in rfcomm_tty_set_termios()