Home
last modified time | relevance | path

Searched refs:CHR_TIOCM_RTS (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dqemu-char.h46 #define CHR_TIOCM_RTS 0x004 macro
Dqemu-char.c1101 *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()
Dqemu-char-android.c1134 *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()
/external/qemu/hw/
Dbt-hci-csr.c378 if (~s->modem_state & prev_state & CHR_TIOCM_RTS) in csrhci_ioctl()