Searched refs:CONTROL_DTR (Results 1 - 4 of 4) 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.h58 #define CONTROL_DTR 0x20 /* data terminal ready - flow control - host to device */ macro
H A Dpl2303.c115 #define CONTROL_DTR 0x01 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);
523 priv->line_control |= CONTROL_DTR;
527 priv->line_control &= ~CONTROL_DTR;
553 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0)
H A Dcypress_m8.c678 priv->line_control = CONTROL_DTR | CONTROL_RTS;
882 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0)
908 priv->line_control |= CONTROL_DTR;
912 priv->line_control &= ~CONTROL_DTR;
1054 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
1056 priv->line_control = (CONTROL_DTR | CONTROL_RTS);
H A Dcp210x.c233 #define CONTROL_DTR 0x0001 macro
720 control |= CONTROL_DTR;
728 control &= ~CONTROL_DTR;
755 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0)

Completed in 140 milliseconds