Home
last modified time | relevance | path

Searched defs:TIOCM_CTS (Results 1 – 25 of 30) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h38 #define TIOCM_CTS 0x020 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermios.h70 #define TIOCM_CTS 0x040 /* clear to send */ macro
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py252 TIOCM_CTS = hasattr(TERMIOS, 'TIOCM_CTS') and TERMIOS.TIOCM_CTS or 0x020 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1074 TIOCM_CTS = 0x20 const
Dzerrors_dragonfly_amd64.go1223 TIOCM_CTS = 0x20 const
Dzerrors_openbsd_386.go1263 TIOCM_CTS = 0x20 const
Dzerrors_netbsd_amd64.go1360 TIOCM_CTS = 0x20 const
Dzerrors_openbsd_amd64.go1346 TIOCM_CTS = 0x20 const
Dzerrors_openbsd_arm.go1266 TIOCM_CTS = 0x20 const
Dzerrors_netbsd_arm.go1349 TIOCM_CTS = 0x20 const
Dzerrors_darwin_arm64.go1398 TIOCM_CTS = 0x20 const
Dzerrors_darwin_386.go1398 TIOCM_CTS = 0x20 const
Dzerrors_darwin_arm.go1398 TIOCM_CTS = 0x20 const
Dzerrors_darwin_amd64.go1398 TIOCM_CTS = 0x20 const
Dzerrors_netbsd_386.go1370 TIOCM_CTS = 0x20 const
Dzerrors_freebsd_arm.go1417 TIOCM_CTS = 0x20 const
Dzerrors_freebsd_amd64.go1409 TIOCM_CTS = 0x20 const
Dzerrors_freebsd_386.go1408 TIOCM_CTS = 0x20 const
Dzerrors_linux_sparc64.go1678 TIOCM_CTS = 0x20 const
Dzerrors_linux_mips64le.go2018 TIOCM_CTS = 0x40 const
Dzerrors_linux_ppc64.go2070 TIOCM_CTS = 0x20 const
Dzerrors_linux_arm.go2025 TIOCM_CTS = 0x20 const
Dzerrors_linux_mips64.go2018 TIOCM_CTS = 0x40 const
Dzerrors_linux_ppc64le.go2070 TIOCM_CTS = 0x20 const
Dzerrors_linux_arm64.go2010 TIOCM_CTS = 0x20 const

12