Home
last modified time | relevance | path

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

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