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

1 2 3 4

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 129 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 290 vnd_userial.termios.c_cflag |= CLOCAL;
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 129 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 293 vnd_userial.termios.c_cflag |= CLOCAL;
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 128 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 291 vnd_userial.termios.c_cflag |= CLOCAL;
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 132 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 294 vnd_userial.termios.c_cflag |= CLOCAL;
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 132 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 297 vnd_userial.termios.c_cflag |= CLOCAL;
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 135 term.c_cflag |= (CRTSCTS | CLOCAL);
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 146 #define CLOCAL 0004000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 147 #define CLOCAL 0004000
  /device/google/contexthub/util/stm32_flash/
uart.c 109 tio.c_cflag = CS8 | CLOCAL | CREAD | PARENB;
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 142 #define CLOCAL 0004000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 166 #define CLOCAL 0004000 /* Ignore modem status lines. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 141 #define CLOCAL 0004000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 152 #define CLOCAL 0004000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 152 #define CLOCAL 0004000
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL;
300 * PARODD|CLOCAL|(CREAD|HUPCL|CLOCAL).
304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) {
  /bionic/tests/headers/posix/
termios_h.c 129 MACRO(CLOCAL);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 131 #define CLOCAL 0x8000 /* ignore modem status lines */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 154 CLOCAL = 0004000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 154 CLOCAL = 0004000
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 148 tio.c_cflag = speed | CS8 | CLOCAL | CREAD;

Completed in 676 milliseconds

1 2 3 4