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

1 2 3

  /external/strace/xlat/
modem_flags.h 17 #if defined(TIOCM_RTS) || (defined(HAVE_DECL_TIOCM_RTS) && HAVE_DECL_TIOCM_RTS)
18 XLAT(TIOCM_RTS),
  /bionic/libc/kernel/uapi/asm-generic/
termios.h 40 #define TIOCM_RTS 0x004
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 35 #define TIOCM_RTS 0x004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h 34 #define TIOCM_RTS 0x004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 50 #define TIOCM_RTS 0x004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 50 #define TIOCM_RTS 0x004
  /bionic/libc/kernel/uapi/asm-mips/asm/
termios.h 64 #define TIOCM_RTS 0x004
  /external/kernel-headers/original/uapi/asm-mips/asm/
termios.h 67 #define TIOCM_RTS 0x004 /* request to send */
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 415 *p_data |=TIOCM_RTS;
422 *p_data &= ~TIOCM_RTS;
hw_ar3k.c 1063 flags |= TIOCM_RTS;
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 418 *p_data |=TIOCM_RTS;
425 *p_data &= ~TIOCM_RTS;
hw_ar3k.c 1067 flags |= TIOCM_RTS;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 415 *p_data |=TIOCM_RTS;
422 *p_data &= ~TIOCM_RTS;
hw_ar3k.c 1063 flags |= TIOCM_RTS;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 419 *p_data |=TIOCM_RTS;
426 *p_data &= ~TIOCM_RTS;
hw_ar3k.c 1069 flags |= TIOCM_RTS;
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 422 *p_data |=TIOCM_RTS;
429 *p_data &= ~TIOCM_RTS;
hw_ar3k.c 1071 flags |= TIOCM_RTS;
    [all...]
  /external/python/cpython2/Modules/
termios.c 809 #ifdef TIOCM_RTS
810 {"TIOCM_RTS", TIOCM_RTS},
  /external/python/cpython3/Modules/
termios.c 839 #ifdef TIOCM_RTS
840 {"TIOCM_RTS", TIOCM_RTS},
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 248 TIOCM_RTS = hasattr(TERMIOS, 'TIOCM_RTS') and TERMIOS.TIOCM_RTS or 0x004
267 TIOCM_RTS_str = struct.pack('I', TIOCM_RTS)
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]

Completed in 390 milliseconds

1 2 3