Searched refs:CHR_TIOCM_RTS (Results 1 – 4 of 4) sorted by relevance
46 #define CHR_TIOCM_RTS 0x004 macro
1101 *targ |= CHR_TIOCM_RTS; in tty_serial_ioctl()1110 | CHR_TIOCM_RI | CHR_TIOCM_DTR | CHR_TIOCM_RTS); in tty_serial_ioctl()1121 if (sarg & CHR_TIOCM_RTS) in tty_serial_ioctl()
1134 *targ |= CHR_TIOCM_RTS; in tty_serial_ioctl()1143 | CHR_TIOCM_RI | CHR_TIOCM_DTR | CHR_TIOCM_RTS); in tty_serial_ioctl()1154 if (sarg & CHR_TIOCM_RTS) in tty_serial_ioctl()
378 if (~s->modem_state & prev_state & CHR_TIOCM_RTS) in csrhci_ioctl()