Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-char.h50 #define CHR_TIOCM_RTS 0x004 macro
Dqemu-char.c1235 *targ |= CHR_TIOCM_RTS; in tty_serial_ioctl()
1244 | CHR_TIOCM_RI | CHR_TIOCM_DTR | CHR_TIOCM_RTS); in tty_serial_ioctl()
1255 if (sarg & CHR_TIOCM_RTS) in tty_serial_ioctl()
/external/qemu/hw/
Dbt-hci-csr.c377 if (~s->modem_state & prev_state & CHR_TIOCM_RTS) in csrhci_ioctl()