Searched refs:XR_USB_SERIAL_CTRL_DTR (Results 1 – 3 of 3) sorted by relevance
421 if (control & XR_USB_SERIAL_CTRL_DTR) in xr_usb_serial_set_control()686 …set = (set & TIOCM_DTR ? XR_USB_SERIAL_CTRL_DTR : 0) | (set & TIOCM_RTS ? XR_USB_SERIAL_CTRL_RTS :… in xr_usb_serial_tiocmset()688 …clear = (clear & TIOCM_DTR ? XR_USB_SERIAL_CTRL_DTR : 0) | (clear & TIOCM_RTS ? XR_USB_SERIAL_CTRL… in xr_usb_serial_tiocmset()697 if (newctrl & XR_USB_SERIAL_CTRL_DTR) in xr_usb_serial_tiocmset()
42 #define XR_USB_SERIAL_CTRL_DTR 0x01 macro
624 xr_usb_serial->ctrlout = XR_USB_SERIAL_CTRL_DTR | XR_USB_SERIAL_CTRL_RTS; in xr_usb_serial_port_activate()1141 newctrl &= ~XR_USB_SERIAL_CTRL_DTR; in xr_usb_serial_tty_set_termios()1143 newctrl |= XR_USB_SERIAL_CTRL_DTR; in xr_usb_serial_tty_set_termios()