Searched refs:CONTROL_DTR (Results 1 – 4 of 4) sorted by relevance
120 #define CONTROL_DTR 0x01 macro710 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()712 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()743 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()745 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()807 priv->line_control |= CONTROL_DTR; in pl2303_tiocmset()811 priv->line_control &= ~CONTROL_DTR; in pl2303_tiocmset()836 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0) in pl2303_tiocmget()
66 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
631 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()821 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cypress_tiocmget()845 priv->line_control |= CONTROL_DTR; in cypress_tiocmset()849 priv->line_control &= ~CONTROL_DTR; in cypress_tiocmset()912 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()914 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
355 #define CONTROL_DTR 0x0001 macro1291 control |= CONTROL_DTR; in cp210x_tiocmset_port()1299 control &= ~CONTROL_DTR; in cp210x_tiocmset_port()1326 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cp210x_tiocmget()