Searched refs:hub_wq (Results 1 – 5 of 5) sorted by relevance
27 usbfs files and the hub class driver ("hub_wq").
311 0x80 | fake_port_idx). We fiddle with the fake port status and /hub_wq/320 From here, the USB stack takes control through the usb_hcd ops. hub_wq334 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
50 static struct workqueue_struct *hub_wq; variable628 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()5423 hub_wq = alloc_workqueue("usb_hub_wq", WQ_FREEZABLE, 0); in usb_hub_init()5424 if (hub_wq) in usb_hub_init()5436 destroy_workqueue(hub_wq); in usb_hub_cleanup()