Searched refs:hub_wq (Results 1 – 4 of 4) sorted by relevance
326 0x80 | fake_port_idx). We fiddle with the fake port status and /hub_wq/335 From here, the USB stack takes control through the usb_hcd ops. hub_wq350 toggling the bits in the fake hub port, which kicks hub_wq into removing
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
51 static struct workqueue_struct *hub_wq; variable661 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()5528 hub_wq = alloc_workqueue("usb_hub_wq", WQ_FREEZABLE, 0); in usb_hub_init()5529 if (hub_wq) in usb_hub_init()5541 destroy_workqueue(hub_wq); in usb_hub_cleanup()