HomeSort by relevance Sort by last modified time
    Searched refs:CHR_TIOCM_RTS (Results 1 - 3 of 3) sorted by null

  /external/qemu/
qemu-char.h 50 #define CHR_TIOCM_RTS 0x004
qemu-char.c 1235 *targ |= CHR_TIOCM_RTS;
1244 | CHR_TIOCM_RI | CHR_TIOCM_DTR | CHR_TIOCM_RTS);
1255 if (sarg & CHR_TIOCM_RTS)
    [all...]
  /external/qemu/hw/
bt-hci-csr.c 78 /* XXX: Should wait for s->modem_state & CHR_TIOCM_RTS? */
377 if (~s->modem_state & prev_state & CHR_TIOCM_RTS)

Completed in 53 milliseconds