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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dcypress_m8.h51 #define CONTROL_RTS 0x10 /* request to send - flow control - host to device */ macro
H A Dcp2101.c159 #define CONTROL_RTS 0x0002 macro
689 control |= CONTROL_RTS;
697 control &= ~CONTROL_RTS;
720 |((control & CONTROL_RTS) ? TIOCM_RTS : 0)
H A Dpl2303.c106 #define CONTROL_RTS 0x02 macro
589 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
591 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
781 priv->line_control |= CONTROL_RTS;
785 priv->line_control &= ~CONTROL_RTS;
813 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0)
H A Dcypress_m8.c647 priv->line_control = CONTROL_DTR | CONTROL_RTS;
911 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0)
933 priv->line_control |= CONTROL_RTS;
937 priv->line_control &= ~CONTROL_RTS;
1110 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
1147 priv->line_control = (CONTROL_DTR | CONTROL_RTS);

Completed in 53 milliseconds