Searched defs:TIOCMBIS (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py242 TIOCMBIS = hasattr(TERMIOS, 'TIOCMBIS') and TERMIOS.TIOCMBIS or 0x5416 variable
554 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_RTS_str)
562 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_DTR_str)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dioctls.h33 #define TIOCMBIS 0x741b /* bis modem bits */ macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dioctls.h40 #define TIOCMBIS 0x5416 macro

Completed in 326 milliseconds