Home
last modified time | relevance | path

Searched refs:ACM_CTRL_RTS (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/class/
Dcdc-acm.h35 #define ACM_CTRL_RTS 0x02 macro
Dcdc-acm.c563 acm->ctrlout = ACM_CTRL_DTR | ACM_CTRL_RTS; in acm_port_activate()
753 (acm->ctrlout & ACM_CTRL_RTS ? TIOCM_RTS : 0) | in acm_tty_tiocmget()
768 (set & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()
770 (clear & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()
/drivers/usb/gadget/
Df_acm.c62 #define ACM_CTRL_RTS (1 << 1) /* unused with full duplex */ macro