Searched refs:TIOCM_RTS (Results 1 – 2 of 2) sorted by relevance
95 #define TIOCM_RTS 0004 /* request to send */ macro
1646 (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, in tty_generic_ioctl()1647 ((~bits) & (TIOCM_DTR | TIOCM_RTS)) >> 1); in tty_generic_ioctl()1652 ttydevsw_modem(tp, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, 0); in tty_generic_ioctl()1657 ttydevsw_modem(tp, 0, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1); in tty_generic_ioctl()