Searched refs:CONTROL_DTR (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
H A Dpl2303.c105 #define CONTROL_DTR 0x01 macro
591 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); pl2303_set_termios()
593 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); pl2303_set_termios()
622 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); pl2303_dtr_rts()
624 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); pl2303_dtr_rts()
686 priv->line_control |= CONTROL_DTR; pl2303_tiocmset()
690 priv->line_control &= ~CONTROL_DTR; pl2303_tiocmset()
715 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0) pl2303_tiocmget()
H A Dcypress_m8.h65 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
H A Dcypress_m8.c639 priv->line_control = CONTROL_DTR | CONTROL_RTS; cypress_dtr_rts()
829 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) cypress_tiocmget()
853 priv->line_control |= CONTROL_DTR; cypress_tiocmset()
857 priv->line_control &= ~CONTROL_DTR; cypress_tiocmset()
950 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); cypress_set_termios()
952 priv->line_control = (CONTROL_DTR | CONTROL_RTS); cypress_set_termios()
H A Dcp210x.c303 #define CONTROL_DTR 0x0001 macro
816 control |= CONTROL_DTR; cp210x_tiocmset_port()
824 control &= ~CONTROL_DTR; cp210x_tiocmset_port()
849 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) cp210x_tiocmget()
H A Doti6858.c481 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); oti6858_set_termios()
483 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); oti6858_set_termios()

Completed in 144 milliseconds