Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
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()
/linux-6.1.9/drivers/usb/gadget/function/
Du_serial.c235 bool do_tty_wake = false; in gs_start_tx() local
255 do_tty_wake = true; in gs_start_tx()
290 if (do_tty_wake && port->port.tty) in gs_start_tx()