Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-dbgtty.c37 bool do_tty_wake = false; in dbc_start_tx() local
45 do_tty_wake = true; in dbc_start_tx()
60 if (do_tty_wake && port->port.tty) in dbc_start_tx()
/Linux-v5.4/drivers/usb/gadget/function/
Du_serial.c232 bool do_tty_wake = false; in gs_start_tx() local
252 do_tty_wake = true; in gs_start_tx()
289 if (do_tty_wake && port->port.tty) in gs_start_tx()