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

/linux-master/drivers/usb/serial/
H A Df81534.c682 static int f81534_update_mctrl(struct usb_serial_port *port, unsigned int set, function
960 f81534_update_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS);
962 f81534_update_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0);
1458 return f81534_update_mctrl(port, set, clear);
1464 f81534_update_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0);
1466 f81534_update_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS);

Completed in 152 milliseconds