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

/drivers/usb/serial/
H A Dcypress_m8.h60 #define CONTROL_RTS 0x10 /* request to send - flow control - host to device */ macro
H A Df81232.c37 #define CONTROL_RTS 0x02 macro
239 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
241 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
H A Dopticon.c25 #define CONTROL_RTS 0x02 macro
192 send_control_msg(port, CONTROL_RTS, 0);
444 return send_control_msg(port, CONTROL_RTS, !rts);
H A Dcp210x.c267 #define CONTROL_RTS 0x0002 macro
805 control |= CONTROL_RTS;
813 control &= ~CONTROL_RTS;
845 |((control & CONTROL_RTS) ? TIOCM_RTS : 0)
H A Dpl2303.c116 #define CONTROL_RTS 0x02 macro
422 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
424 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
466 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
468 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
535 priv->line_control |= CONTROL_RTS;
539 priv->line_control &= ~CONTROL_RTS;
568 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0)
/drivers/net/wireless/iwlwifi/
H A Diwl-dev.h531 CONTROL_RTS, enumerator in enum:iwl_ctrl_stats
/drivers/net/wireless/iwlegacy/
H A Dcommon.h1060 CONTROL_RTS, enumerator in enum:il_ctrl_stats

Completed in 6492 milliseconds