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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dcypress_m8.h60 #define CONTROL_RTS 0x10 /* request to send - flow control - host to device */ macro
H A Dpl2303.c116 #define CONTROL_RTS 0x02 macro
407 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
409 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
451 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
453 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
521 priv->line_control |= CONTROL_RTS;
525 priv->line_control &= ~CONTROL_RTS;
554 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0)
H A Dcypress_m8.c678 priv->line_control = CONTROL_DTR | CONTROL_RTS;
883 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0)
906 priv->line_control |= CONTROL_RTS;
910 priv->line_control &= ~CONTROL_RTS;
1054 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
1056 priv->line_control = (CONTROL_DTR | CONTROL_RTS);
H A Dcp210x.c234 #define CONTROL_RTS 0x0002 macro
716 control |= CONTROL_RTS;
724 control &= ~CONTROL_RTS;
756 |((control & CONTROL_RTS) ? TIOCM_RTS : 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-dev.h950 CONTROL_RTS, enumerator in enum:iwl_ctrl_stats
H A Diwl-core.c2312 IWL_CMD(CONTROL_RTS);
2400 stats->ctrl[CONTROL_RTS]++;

Completed in 117 milliseconds