Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/driver-api/usb/
Dhotplug.rst64 hub workqueue [hub_wq], or else as part of root hub initialization
Dusb.rst379 hub_wq (in the kernel) setting a device-wide *configuration* that
/linux-6.1.9/drivers/usb/core/
Dhub.c63 static struct workqueue_struct *hub_wq; variable
676 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()
5851 hub_wq = alloc_workqueue("usb_hub_wq", WQ_FREEZABLE, 0); in usb_hub_init()
5852 if (hub_wq) in usb_hub_init()
5864 destroy_workqueue(hub_wq); in usb_hub_cleanup()