Searched refs:CONTROL_RTS (Results 1 - 8 of 8) 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 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)
H A Dcypress_m8.c640 priv->line_control = CONTROL_DTR | CONTROL_RTS;
831 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0)
852 priv->line_control |= CONTROL_RTS;
856 priv->line_control &= ~CONTROL_RTS;
951 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
953 priv->line_control = (CONTROL_DTR | CONTROL_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)
/drivers/net/wireless/iwlegacy/
H A Ddebug.c106 stats->ctrl[CONTROL_RTS]++;
219 IL_CMD(CONTROL_RTS);
H A Dcommon.h1056 CONTROL_RTS, enumerator in enum:il_ctrl_stats

Completed in 128 milliseconds