Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/Documentation/
Dwusb-design-overview.rst326 0x80 | fake_port_idx). We fiddle with the fake port status and /hub_wq/
335 From here, the USB stack takes control through the usb_hcd ops. hub_wq
350 toggling the bits in the fake hub port, which kicks hub_wq into removing
/Linux-v5.4/Documentation/driver-api/usb/
Dhotplug.rst64 hub workqueue [hub_wq], or else as part of root hub initialization
Dusb.rst373 hub_wq (in the kernel) setting a device-wide *configuration* that
/Linux-v5.4/drivers/usb/core/
Dhub.c51 static struct workqueue_struct *hub_wq; variable
661 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()
5528 hub_wq = alloc_workqueue("usb_hub_wq", WQ_FREEZABLE, 0); in usb_hub_init()
5529 if (hub_wq) in usb_hub_init()
5541 destroy_workqueue(hub_wq); in usb_hub_cleanup()