Searched refs:CONTROL_DTR (Results 1 – 4 of 4) sorted by relevance
131 #define CONTROL_DTR 0x01 macro892 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()894 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()942 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()944 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()1012 priv->line_control |= CONTROL_DTR; in pl2303_tiocmset()1016 priv->line_control &= ~CONTROL_DTR; in pl2303_tiocmset()1041 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0) in pl2303_tiocmget()
69 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
632 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()822 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cypress_tiocmget()846 priv->line_control |= CONTROL_DTR; in cypress_tiocmset()850 priv->line_control &= ~CONTROL_DTR; in cypress_tiocmset()899 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()901 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
393 #define CONTROL_DTR 0x0001 macro1337 control |= CONTROL_DTR; in cp210x_tiocmset_port()1347 control &= ~CONTROL_DTR; in cp210x_tiocmset_port()1413 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cp210x_tiocmget()