Searched refs:CONTROL_DTR (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.h49 #define CONTROL_DTR 0x20 /* data terminal ready - flow control - host to device */ macro
H A Dcp2101.c158 #define CONTROL_DTR 0x0001 macro
693 control |= CONTROL_DTR;
701 control &= ~CONTROL_DTR;
719 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0)
H A Dpl2303.c105 #define CONTROL_DTR 0x01 macro
589 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
591 priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
783 priv->line_control |= CONTROL_DTR;
787 priv->line_control &= ~CONTROL_DTR;
812 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0)
H A Dcypress_m8.c647 priv->line_control = CONTROL_DTR | CONTROL_RTS;
910 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0)
935 priv->line_control |= CONTROL_DTR;
939 priv->line_control &= ~CONTROL_DTR;
1110 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
1147 priv->line_control = (CONTROL_DTR | CONTROL_RTS);

Completed in 64 milliseconds