Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dwhiteheat.c756 struct whiteheat_set_rdb rts_command; in firm_set_rts() local
758 rts_command.port = port->port_number + 1; in firm_set_rts()
759 rts_command.state = onoff; in firm_set_rts()
761 (__u8 *)&rts_command, sizeof(rts_command)); in firm_set_rts()