Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-serial.c223 *targ |= CHR_TIOCM_RTS; in tty_serial_ioctl()
233 | CHR_TIOCM_RI | CHR_TIOCM_DTR | CHR_TIOCM_RTS); in tty_serial_ioctl()
249 if (sarg & CHR_TIOCM_RTS) { 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.h47 #define CHR_TIOCM_RTS 0x004 macro
/openbmc/qemu/hw/usb/
H A Ddev-serial.c300 flags |= CHR_TIOCM_RTS; in usb_serial_handle_control()
302 flags &= ~CHR_TIOCM_RTS; in usb_serial_handle_control()
/openbmc/qemu/hw/char/
H A Dserial.c320 flags &= ~(CHR_TIOCM_RTS | CHR_TIOCM_DTR); in serial_update_tiocm()
323 flags |= CHR_TIOCM_RTS; in serial_update_tiocm()