Searched refs:hub_wq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.c | 62 static struct workqueue_struct *hub_wq; variable 683 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq() 750 /* let hub_wq handle things */ in hub_irq() 762 /* Something happened, let hub_wq figure it out */ in hub_irq() 788 * enumeration blocks hub_wq for a long time. we use keventd instead, since 973 * time later hub_wq will disconnect() any existing usb_device on the port 986 * hub_wq reactivates the port later (timer, SRP, etc). in hub_port_logical_disconnect() 999 * After @udev's port has been disabled, hub_wq is notified and it will 1131 * Check each port and set hub->change_bits to let hub_wq know in hub_activate() 1216 /* Tell hub_wq t in hub_activate() [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.c | 69 static struct workqueue_struct *hub_wq; variable 690 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq() 757 /* let hub_wq handle things */ in hub_irq() 769 /* Something happened, let hub_wq figure it out */ in hub_irq() 795 * enumeration blocks hub_wq for a long time. we use keventd instead, since 980 * time later hub_wq will disconnect() any existing usb_device on the port 993 * hub_wq reactivates the port later (timer, SRP, etc). in hub_port_logical_disconnect() 1006 * After @udev's port has been disabled, hub_wq is notified and it will 1138 * Check each port and set hub->change_bits to let hub_wq know in hub_activate() 1223 /* Tell hub_wq t in hub_activate() [all...] |
Completed in 7 milliseconds