Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/serial/
Doti6858.c97 #define CONTROL_RTS_HIGH 0x04 macro
469 control |= (CONTROL_DTR_HIGH | CONTROL_RTS_HIGH); in oti6858_set_termios()
593 control |= CONTROL_RTS_HIGH; in oti6858_tiocmset()
597 control &= ~CONTROL_RTS_HIGH; in oti6858_tiocmset()