Home
last modified time | relevance | path

Searched refs:CHR_TIOCM_DTR (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-serial.c220 *targ |= CHR_TIOCM_DTR; in tty_serial_ioctl()
233 | CHR_TIOCM_RI | CHR_TIOCM_DTR | CHR_TIOCM_RTS); in tty_serial_ioctl()
246 if (sarg & CHR_TIOCM_DTR) { in tty_serial_ioctl()
H A Dmsmouse.c36 #define MSMOUSE_PWR(cm) (cm & (CHR_TIOCM_RTS | CHR_TIOCM_DTR))
/openbmc/qemu/include/chardev/
H A Dchar-serial.h46 #define CHR_TIOCM_DTR 0x002 macro
/openbmc/qemu/hw/usb/
H A Ddev-serial.c307 flags |= CHR_TIOCM_DTR; in usb_serial_handle_control()
309 flags &= ~CHR_TIOCM_DTR; in usb_serial_handle_control()
/openbmc/qemu/hw/char/
H A Dserial.c320 flags &= ~(CHR_TIOCM_RTS | CHR_TIOCM_DTR); in serial_update_tiocm()
326 flags |= CHR_TIOCM_DTR; in serial_update_tiocm()