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

  /bionic/libc/kernel/arch-arm/asm/
termbits.h 143 #define CRTSCTS 020000000000
  /external/kernel-headers/original/asm-arm/
termbits.h 136 #define CRTSCTS 020000000000 /* flow control */
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
termbits.h 143 #define CRTSCTS 020000000000
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
termbits.h 143 #define CRTSCTS 020000000000
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
termbits.h 143 #define CRTSCTS 020000000000
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
termbits.h 143 #define CRTSCTS 020000000000
  /bionic/libc/kernel/arch-x86/asm/
termbits.h 168 #define CRTSCTS 020000000000
  /external/bluetooth/bluez/tools/
csr_h4.c 68 ti.c_cflag |= CRTSCTS;
hciattach_ti.c 221 ti->c_cflag |= CRTSCTS;
223 ti->c_cflag &= ~CRTSCTS;
csr_bcsp.c 77 ti.c_cflag &= ~CRTSCTS;
hciattach.c 1118 ti.c_cflag |= CRTSCTS;
1120 ti.c_cflag &= ~CRTSCTS;
  /external/kernel-headers/original/asm-x86/
termbits.h 161 #define CRTSCTS 020000000000 /* flow control */
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
termbits.h 168 #define CRTSCTS 020000000000
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
termbits.h 168 #define CRTSCTS 020000000000
  /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...]
sys-linux.c 928 switch (crtscts) {
930 tios.c_cflag |= CRTSCTS;
940 tios.c_cflag &= ~CRTSCTS;
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 527 (cflag) & CRTSCTS || \
tty.h 142 #define C_CRTSCTS(tty) _C_FLAG((tty),CRTSCTS)
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 339 termios.c_cflag |= CRTSCTS;
  /external/qemu/
qemu-char-android.c 1065 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB);
    [all...]
qemu-char.c 1032 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB);
    [all...]

Completed in 285 milliseconds