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

/external/chromium_org/device/serial/
H A Dserial_io_handler_posix.cc302 config.c_cflag |= CRTSCTS;
304 config.c_cflag &= ~CRTSCTS;
404 info->cts_flow_control = (config.c_cflag & CRTSCTS) != 0;
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h161 #define CRTSCTS 020000000000 /* flow control */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h185 #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.c931 tios.c_cflag |= CRTSCTS;
941 tios.c_cflag &= ~CRTSCTS;
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py404 if hasattr(TERMIOS, 'CRTSCTS'):
406 cflag |= (TERMIOS.CRTSCTS)
408 cflag &= ~(TERMIOS.CRTSCTS)
/external/libedit/src/
H A Dtty.c290 #ifdef CRTSCTS
294 {"crtscts", CRTSCTS, MD_CTL},
296 #endif /* CRTSCTS */
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c1080 // termios.c_cflag &= ~CRTSCTS;
1309 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);
/external/qemu/
H A Dqemu-char.c1166 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB);

Completed in 65 milliseconds