HomeSort by relevance Sort by last modified time
    Searched full:crtscts (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm/
termbits.h 204 #define CRTSCTS 020000000000
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/
termbits.h 202 #define CRTSCTS 020000000000
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
termbits.h 202 #define CRTSCTS 020000000000
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
termbits.h 202 #define CRTSCTS 020000000000
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
termbits.h 204 #define CRTSCTS 020000000000
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
termbits.h 202 #define CRTSCTS 020000000000
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
termios.so 
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialposix.py 404 if hasattr(TERMIOS, 'CRTSCTS'):
406 cflag |= (TERMIOS.CRTSCTS)
408 cflag &= ~(TERMIOS.CRTSCTS)
  /external/autotest/client/cros/
vpn_server.py 92 'crtscts\n'
  /external/libedit/src/
tty.c 290 #ifdef CRTSCTS
294 {"crtscts", CRTSCTS, MD_CTL},
296 #endif /* CRTSCTS */
    [all...]
  /external/toybox/toys/pending/
init.c 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD;
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 291 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
hw_ar3k.c 1300 ti.c_cflag |= CRTSCTS;
1302 ti.c_cflag &= ~CRTSCTS;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 292 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
hw_ar3k.c 1300 ti.c_cflag |= CRTSCTS;
1302 ti.c_cflag &= ~CRTSCTS;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 294 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
hw_ar3k.c 1305 ti.c_cflag |= CRTSCTS;
1307 ti.c_cflag &= ~CRTSCTS;
    [all...]
  /hardware/qcom/bt/msmcobalt/libbt-vendor/src/
hci_uart.c 294 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
hw_ar3k.c 1305 ti.c_cflag |= CRTSCTS;
1307 ti.c_cflag &= ~CRTSCTS;
    [all...]
  /external/ppp/pppd/
pppd.8 103 .B crtscts
    [all...]
pppd.h 281 extern int crtscts; /* Use hardware flow control */
    [all...]
sys-linux.c 959 switch (crtscts) {
961 tios.c_cflag |= CRTSCTS;
971 tios.c_cflag &= ~CRTSCTS;
    [all...]
options.c 359 crtscts Use hardware RTS/CTS flow control\n\
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 197 CRTSCTS : output hardware flow control (only used if the cable has

Completed in 2232 milliseconds

1 2 34 5