Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Doti6858.c99 #define CONTROL_DTR_HIGH 0x08 macro
474 control |= (CONTROL_DTR_HIGH | CONTROL_RTS_HIGH); in oti6858_set_termios()
600 control |= CONTROL_DTR_HIGH; in oti6858_tiocmset()
604 control &= ~CONTROL_DTR_HIGH; in oti6858_tiocmset()