Searched refs:CONTROL_DTR (Results 1 – 4 of 4) sorted by relevance
105 #define CONTROL_DTR 0x01 macro591 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()593 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()622 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()624 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()686 priv->line_control |= CONTROL_DTR; in pl2303_tiocmset()690 priv->line_control &= ~CONTROL_DTR; in pl2303_tiocmset()715 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0) in pl2303_tiocmget()
65 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
303 #define CONTROL_DTR 0x0001 macro816 control |= CONTROL_DTR; in cp210x_tiocmset_port()824 control &= ~CONTROL_DTR; in cp210x_tiocmset_port()849 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cp210x_tiocmget()
639 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()829 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cypress_tiocmget()853 priv->line_control |= CONTROL_DTR; in cypress_tiocmset()857 priv->line_control &= ~CONTROL_DTR; in cypress_tiocmset()950 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()952 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()