Searched refs:f81534_update_mctrl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | f81534.c | 682 static int f81534_update_mctrl(struct usb_serial_port *port, unsigned int set, in f81534_update_mctrl() function 960 f81534_update_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS); in f81534_set_termios() 962 f81534_update_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0); in f81534_set_termios() 1458 return f81534_update_mctrl(port, set, clear); in f81534_tiocmset() 1464 f81534_update_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0); in f81534_dtr_rts() 1466 f81534_update_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS); in f81534_dtr_rts()
|