/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | kl5kusb105.c | 493 || (cflag & CSTOPB) != (old_cflag & CSTOPB)) { in klsi_105_set_termios() 495 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
|
D | belkin_sa.c | 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()
|
D | cp210x.c | 1168 cflag &= ~CSTOPB; in cp210x_get_termios_port() 1180 cflag |= CSTOPB; in cp210x_get_termios_port() 1449 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in cp210x_set_termios() 1452 if (cflag & CSTOPB) { in cp210x_set_termios()
|
D | digi_acceleport.c | 759 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in digi_set_termios() 761 if ((cflag & CSTOPB)) in digi_set_termios()
|
D | spcp8x5.c | 365 buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 : in spcp8x5_set_termios()
|
D | kobil_sct.c | 507 urb_val |= (c_cflag & CSTOPB) ? SUSBCR_SPASB_2StopBits : in kobil_set_termios()
|
D | iuu_phoenix.c | 920 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); in iuu_set_termios() 955 tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL; in iuu_init_termios()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | termbits.h | 128 #define CSTOPB 0000100 macro
|
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
D | termbits.h | 146 #define CSTOPB 0000100 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | termbits.h | 138 #define CSTOPB 0000100 macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 167 #define CSTOPB 00002000 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | termbits.h | 137 #define CSTOPB 0000100 macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
D | termbits.h | 154 #define CSTOPB 0000100 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | termbits.h | 141 #define CSTOPB 0000100 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | termbits.h | 161 #define CSTOPB 0000100 /* Two stop bits instead of one. */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | termbits.h | 142 #define CSTOPB 0000100 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | termbits.h | 176 #define CSTOPB 00002000 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | termbits.h | 169 #define CSTOPB 0x00000040 macro
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | suncore.c | 163 case 2: cflag |= CSTOPB; break; in sunserial_console_termios()
|
D | fsl_linflexuart.c | 472 if (termios->c_cflag & CSTOPB) in linflex_set_termios() 473 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
|
D | 21285.c | 285 if (termios->c_cflag & CSTOPB) in serial21285_set_termios()
|
D | clps711x.c | 284 if (termios->c_cflag & CSTOPB) in uart_clps711x_set_termios()
|
D | digicolor-usart.c | 317 if (termios->c_cflag & CSTOPB) in digicolor_uart_set_termios()
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | serialio.c | 64 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init()
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
D | tty.c | 917 if ((old->c_cflag & CSTOPB) != (new->c_cflag & CSTOPB)) in rfcomm_tty_set_termios() 923 if (new->c_cflag & CSTOPB) in rfcomm_tty_set_termios()
|