HomeSort by relevance Sort by last modified time
    Searched refs:CSTOPB (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 141 #define CSTOPB 0000100
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 142 #define CSTOPB 0000100
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 137 #define CSTOPB 0000100
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 161 #define CSTOPB 0000100 /* Two stop bits instead of one. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 136 #define CSTOPB 0000100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 147 #define CSTOPB 0000100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 147 #define CSTOPB 0000100
  /bionic/tests/headers/posix/
termios_h.c 124 MACRO(CSTOPB);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 126 #define CSTOPB 0x0400 /* send 2 stop bits, else 1 */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 149 CSTOPB = 0000100
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 149 CSTOPB = 0000100
  /hardware/broadcom/libbt/src/
userial_vendor.c 236 stop_bits = CSTOPB;
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 269 stop_bits = CSTOPB;
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 271 stop_bits = CSTOPB;
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 270 stop_bits = CSTOPB;
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 273 stop_bits = CSTOPB;
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 275 stop_bits = CSTOPB;
  /external/toybox/toys/pending/
getty.c 152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD);
init.c 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD;
stty.c 88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 373 cflag &= ~(TERMIOS.CSTOPB)
375 cflag |= (TERMIOS.CSTOPB) # XXX same as TWO.. there is no POSIX support for 1.5
377 cflag |= (TERMIOS.CSTOPB)
  /external/python/cpython2/Modules/
termios.c 492 {"CSTOPB", CSTOPB},
  /external/python/cpython3/Modules/
termios.c 522 {"CSTOPB", CSTOPB},
  /external/ppp/pppd/
sys-linux.c 947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
979 tios.c_cflag |= CSTOPB;
    [all...]
  /external/libedit/src/
tty.c 266 #ifdef CSTOPB
267 {"cstopb", CSTOPB, MD_CTL},
268 #endif /* CSTOPB */
    [all...]

Completed in 135 milliseconds

1 2 3 4