Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dhotplug.rst64 hub workqueue [hub_wq], or else as part of root hub initialization
H A Dusb.rst373 hub_wq (in the kernel) setting a device-wide *configuration* that
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c58 static struct workqueue_struct *hub_wq; variable
671 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()
5757 hub_wq = alloc_workqueue("usb_hub_wq", WQ_FREEZABLE, 0); in usb_hub_init()
5758 if (hub_wq) in usb_hub_init()
5770 destroy_workqueue(hub_wq); in usb_hub_cleanup()