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

/linux-master/drivers/usb/serial/
H A Doti6858.c96 #define CONTROL_DTR_HIGH 0x08 macro
470 control |= (CONTROL_DTR_HIGH | CONTROL_RTS_HIGH);
596 control |= CONTROL_DTR_HIGH;
600 control &= ~CONTROL_DTR_HIGH;

Completed in 101 milliseconds