Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/
DREADME27 usbfs files and the hub class driver ("hub_wq").
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt311 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_wq
334 toggling the bits in the fake hub port, which kicks hub_wq into removing
Dhotplug.txt61 hub workqueue [hub_wq], or else as part of root hub initialization
/linux-4.4.14/drivers/usb/core/
Dhub.c45 static struct workqueue_struct *hub_wq; variable
597 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()
5205 hub_wq = alloc_workqueue("usb_hub_wq", WQ_FREEZABLE, 0); in usb_hub_init()
5206 if (hub_wq) in usb_hub_init()
5218 destroy_workqueue(hub_wq); in usb_hub_cleanup()