Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/usb/
H A Dhotplug.rst64 hub workqueue [hub_wq], or else as part of root hub initialization
H A Dusb.rst379 hub_wq (in the kernel) setting a device-wide *configuration* that
/openbmc/linux/drivers/usb/core/
H A Dhub.c75 static struct workqueue_struct *hub_wq; variable
695 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()
762 /* let hub_wq handle things */ in hub_irq()
774 /* Something happened, let hub_wq figure it out */ in hub_irq()
800 * enumeration blocks hub_wq for a long time. we use keventd instead, since
985 * time later hub_wq will disconnect() any existing usb_device on the port
998 * hub_wq reactivates the port later (timer, SRP, etc). in hub_port_logical_disconnect()
1011 * After @udev's port has been disabled, hub_wq is notified and it will
1143 * Check each port and set hub->change_bits to let hub_wq know in hub_activate()
1228 /* Tell hub_wq t in hub_activate()
[all...]