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
379 hub_wq (in the kernel) setting a device-wide *configuration* that
63 static struct workqueue_struct *hub_wq; variable676 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()