Home
last modified time | relevance | path

Searched refs:CONTROL_DTR (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/serial/
A Dpl2303.c133 #define CONTROL_DTR 0x01 macro
927 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
929 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
977 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
979 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
1047 priv->line_control |= CONTROL_DTR; in pl2303_tiocmset()
1051 priv->line_control &= ~CONTROL_DTR; in pl2303_tiocmset()
1076 result = ((mcr & CONTROL_DTR) ? TIOCM_DTR : 0) in pl2303_tiocmget()
A Dcypress_m8.h69 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
A Dcypress_m8.c629 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()
819 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cypress_tiocmget()
843 priv->line_control |= CONTROL_DTR; in cypress_tiocmset()
847 priv->line_control &= ~CONTROL_DTR; in cypress_tiocmset()
896 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
898 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
A Dcp210x.c399 #define CONTROL_DTR 0x0001 macro
1354 control |= CONTROL_DTR; in cp210x_tiocmset_port()
1364 control &= ~CONTROL_DTR; in cp210x_tiocmset_port()
1430 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cp210x_tiocmget()

Completed in 723 milliseconds