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

1 2

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 129 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 291 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 129 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 294 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 128 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 292 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 132 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 295 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 132 term.c_cflag |= (CRTSCTS | CLOCAL);
hci_uart.c 298 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 135 term.c_cflag |= (CRTSCTS | CLOCAL);
  /device/linaro/hikey/wpan/uim/
uim.c 217 ti.c_cflag |= CRTSCTS;
257 ti.c_cflag |= CRTSCTS;
259 ti.c_cflag &= ~CRTSCTS;
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 166 #define CRTSCTS 020000000000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 167 #define CRTSCTS 020000000000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 162 #define CRTSCTS 020000000000 /* flow control */
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 186 #define CRTSCTS 020000000000 /* flow control */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 161 #define CRTSCTS 020000000000 /* flow control */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 175 # define CRTSCTS 020000000000 /* flow control */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 175 # define CRTSCTS 020000000000 /* flow control */
  /external/toybox/toys/pending/
getty.c 153 #ifdef CRTSCTS
154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS;
init.c 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD;
  /external/ppp/pppd/
sys-solaris.c 100 #ifndef CRTSCTS
218 #ifndef CRTSCTS
1187 #if !defined (CRTSCTS)
1194 #ifndef CRTSCTS
1205 #ifndef CRTSCTS
1213 #ifdef CRTSCTS
1214 if (crtscts > 0)
1215 tios.c_cflag |= CRTSCTS;
1216 else if (crtscts < 0)
1217 tios.c_cflag &= ~CRTSCTS;
    [all...]
  /external/python/cpython2/Modules/
termios.c 501 #ifdef CRTSCTS
502 {"CRTSCTS", (long)CRTSCTS},
  /external/python/cpython3/Modules/
termios.c 531 #ifdef CRTSCTS
532 {"CRTSCTS", (long)CRTSCTS},
  /hardware/broadcom/libbt/src/
userial_vendor.c 255 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);

Completed in 121 milliseconds

1 2