Searched refs:CRTSCTS (Results 1 - 12 of 12) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dtermbits.h136 #define CRTSCTS 020000000000 /* flow control */ macro
/external/bluetooth/bluez/tools/
H A Dcsr_h4.c68 ti.c_cflag |= CRTSCTS;
H A Dhciattach_ti.c221 ti->c_cflag |= CRTSCTS;
223 ti->c_cflag &= ~CRTSCTS;
H A Dcsr_bcsp.c77 ti.c_cflag &= ~CRTSCTS;
H A Dhciattach.c1118 ti.c_cflag |= CRTSCTS;
1120 ti.c_cflag &= ~CRTSCTS;
/external/kernel-headers/original/asm-x86/
H A Dtermbits.h161 #define CRTSCTS 020000000000 /* flow control */ macro
/external/ppp/pppd/
H A Dsys-solaris.c100 #ifndef CRTSCTS
218 #ifndef CRTSCTS
1187 #if !defined (CRTSCTS)
1194 #ifndef CRTSCTS
1205 #ifndef CRTSCTS
1213 #ifdef CRTSCTS
1215 tios.c_cflag |= CRTSCTS;
1217 tios.c_cflag &= ~CRTSCTS;
1260 #ifndef CRTSCTS
1291 #ifndef CRTSCTS
[all...]
H A Dsys-linux.c930 tios.c_cflag |= CRTSCTS;
940 tios.c_cflag &= ~CRTSCTS;
/external/kernel-headers/original/linux/
H A Dserial_core.h527 (cflag) & CRTSCTS || \
H A Dtty.h142 #define C_CRTSCTS(tty) _C_FLAG((tty),CRTSCTS)
/external/qemu/
H A Dqemu-char-android.c1065 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB);
H A Dqemu-char.c1032 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB);

Completed in 123 milliseconds