Searched defs:CONTROL_RTS (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/serial/
H A Dcypress_m8.h66 #define CONTROL_RTS 0x10 /* request to send */ macro
H A Df81232.c34 #define CONTROL_RTS 0x02 macro
233 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
235 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
H A Dopticon.c25 #define CONTROL_RTS 0x02 macro
139 send_control_msg(port, CONTROL_RTS, 0);
327 ret = send_control_msg(port, CONTROL_RTS, !rts);
H A Dcp210x.c287 #define CONTROL_RTS 0x0002 macro
795 control |= CONTROL_RTS;
803 control &= ~CONTROL_RTS;
833 |((control & CONTROL_RTS) ? TIOCM_RTS : 0)
H A Dpl2303.c107 #define CONTROL_RTS 0x02 macro
574 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
576 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
605 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
607 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
666 priv->line_control |= CONTROL_RTS;
670 priv->line_control &= ~CONTROL_RTS;
698 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0)
/drivers/net/wireless/iwlegacy/
H A Dcommon.h1056 CONTROL_RTS, enumerator in enum:il_ctrl_stats

Completed in 290 milliseconds