Searched refs:hub_wq (Results 1 – 3 of 3) sorted by relevance
64 hub workqueue [hub_wq], or else as part of root hub initialization
373 hub_wq (in the kernel) setting a device-wide *configuration* that
58 static struct workqueue_struct *hub_wq; variable671 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()