Searched refs:CONTROL_DTR (Results 1 – 4 of 4) sorted by relevance
113 #define CONTROL_DTR 0x01 macro662 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()664 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()696 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()698 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()760 priv->line_control |= CONTROL_DTR; in pl2303_tiocmset()764 priv->line_control &= ~CONTROL_DTR; in pl2303_tiocmset()789 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0) in pl2303_tiocmget()
66 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
635 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()825 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cypress_tiocmget()849 priv->line_control |= CONTROL_DTR; in cypress_tiocmset()853 priv->line_control &= ~CONTROL_DTR; in cypress_tiocmset()946 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()948 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
352 #define CONTROL_DTR 0x0001 macro1272 control |= CONTROL_DTR; in cp210x_tiocmset_port()1280 control &= ~CONTROL_DTR; in cp210x_tiocmset_port()1307 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cp210x_tiocmget()