Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgtty.c47 bool do_tty_wake = false; in dbc_start_tx() local
55 do_tty_wake = true; in dbc_start_tx()
70 if (do_tty_wake && port->port.tty) in dbc_start_tx()
/openbmc/linux/drivers/usb/gadget/function/
H A Du_serial.c239 bool do_tty_wake = false; in gs_start_tx() local
259 do_tty_wake = true; in gs_start_tx()
294 if (do_tty_wake && port->port.tty) in gs_start_tx()