Searched refs:CONTROL_RTS (Results 1 - 9 of 9) 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 Dpl2303.c117 #define CONTROL_RTS 0x02 macro
423 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
425 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
467 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
469 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
536 priv->line_control |= CONTROL_RTS;
540 priv->line_control &= ~CONTROL_RTS;
569 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0)
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 Dcypress_m8.c652 priv->line_control = CONTROL_DTR | CONTROL_RTS;
857 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0)
880 priv->line_control |= CONTROL_RTS;
884 priv->line_control &= ~CONTROL_RTS;
1028 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
1030 priv->line_control = (CONTROL_DTR | CONTROL_RTS);
H A Dcp210x.c245 #define CONTROL_RTS 0x0002 macro
779 control |= CONTROL_RTS;
787 control &= ~CONTROL_RTS;
819 |((control & CONTROL_RTS) ? TIOCM_RTS : 0)
/drivers/net/wireless/iwlwifi/
H A Diwl-dev.h643 CONTROL_RTS, enumerator in enum:iwl_ctrl_stats
H A Diwl-core.c1231 IWL_CMD(CONTROL_RTS);
1318 stats->ctrl[CONTROL_RTS]++;
/drivers/net/wireless/iwlegacy/
H A Dcommon.h1092 CONTROL_RTS, enumerator in enum:il_ctrl_stats
H A Dcommon.c4819 IL_CMD(CONTROL_RTS);
4909 stats->ctrl[CONTROL_RTS]++;

Completed in 1058 milliseconds