Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-dbgtty.c57 bool do_tty_wake = false; in dbc_start_tx() local
65 do_tty_wake = true; in dbc_start_tx()
80 if (do_tty_wake && port->port.tty) in dbc_start_tx()
/linux/drivers/usb/gadget/function/
H A Du_serial.c241 bool do_tty_wake = false; in gs_start_tx() local
261 do_tty_wake = true; in gs_start_tx()
297 if (do_tty_wake && port->port.tty) in gs_start_tx()