Searched refs:USB_CDC_CTRL_RTS (Results 1 – 3 of 3) sorted by relevance
276 #define USB_CDC_CTRL_RTS (1 << 1) macro
672 val = USB_CDC_CTRL_DTR | USB_CDC_CTRL_RTS; in acm_port_dtr_rts()934 (acm->ctrlout & USB_CDC_CTRL_RTS ? TIOCM_RTS : 0) | in acm_tty_tiocmget()949 (set & TIOCM_RTS ? USB_CDC_CTRL_RTS : 0); in acm_tty_tiocmset()951 (clear & TIOCM_RTS ? USB_CDC_CTRL_RTS : 0); in acm_tty_tiocmset()
54 val |= USB_CDC_CTRL_RTS; in usb_wwan_send_setup()