Searched refs:CONTROL_DTR (Results 1 – 4 of 4) sorted by relevance
69 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
131 #define CONTROL_DTR 0x01 macro776 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()778 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()826 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()828 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()896 priv->line_control |= CONTROL_DTR; in pl2303_tiocmset()900 priv->line_control &= ~CONTROL_DTR; in pl2303_tiocmset()925 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0) in pl2303_tiocmget()
633 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()823 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cypress_tiocmget()847 priv->line_control |= CONTROL_DTR; in cypress_tiocmset()851 priv->line_control &= ~CONTROL_DTR; in cypress_tiocmset()914 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()916 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
391 #define CONTROL_DTR 0x0001 macro1530 control |= CONTROL_DTR; in cp210x_tiocmset_port()1538 control &= ~CONTROL_DTR; in cp210x_tiocmset_port()1565 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cp210x_tiocmget()