| /OK3568_Linux_fs/u-boot/common/ |
| H A D | rbsb.c | 277 tty.c_cflag |= CSTOPB; /* Set two stop bits */ in io_mode() 326 tty.c_cflag |= CSTOPB; /* Set two stop bits */ in io_mode() 360 tty.c_cflag |= CSTOPB; /* Set two stop bits */ in io_mode() 397 tty.c_cflag |= CSTOPB; /* Set two stop bits */ in io_mode()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | termios-c_cflag.h | 29 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | termios-c_cflag.h | 29 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A 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()
|
| H A 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()
|
| H A D | cp210x.c | 1166 cflag &= ~CSTOPB; in cp210x_get_termios_port() 1178 cflag |= CSTOPB; in cp210x_get_termios_port() 1447 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in cp210x_set_termios() 1450 if (cflag & CSTOPB) { in cp210x_set_termios()
|
| H A D | digi_acceleport.c | 759 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in digi_set_termios() 761 if ((cflag & CSTOPB)) in digi_set_termios()
|
| H A D | spcp8x5.c | 365 buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 : in spcp8x5_set_termios()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_uarttest/ |
| H A D | uarttest.c | 71 newtio.c_cflag &= ~CSTOPB; in main()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 217 t.c_cflag &= ~(CSTOPB); in xf86SetSerial() 220 t.c_cflag |= CSTOPB; in xf86SetSerial()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 138 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 137 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 167 #define CSTOPB 00002000 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 137 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 146 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 154 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 137 #define CSTOPB 0000100 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 161 #define CSTOPB 0000100 /* Two stop bits instead of one. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 176 #define CSTOPB 00002000 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 169 #define CSTOPB 0x00000040 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | suncore.c | 163 case 2: cflag |= CSTOPB; break; in sunserial_console_termios()
|
| H A D | fsl_linflexuart.c | 472 if (termios->c_cflag & CSTOPB) in linflex_set_termios() 473 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
|
| H A D | 21285.c | 285 if (termios->c_cflag & CSTOPB) in serial21285_set_termios()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | serialio.c | 64 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init()
|