Home
last modified time | relevance | path

Searched refs:hub_event (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/Documentation/dev-tools/
Dkcov.rst243 kernel boot in a limited number of instances (e.g. one USB ``hub_event``
273 that subsystem. For example, each ``hub_event`` worker uses the USB bus number
/Linux-v6.6/drivers/usb/core/
Dhub.c64 static void hub_event(struct work_struct *work);
1908 INIT_WORK(&hub->events, hub_event); in hub_probe()
5762 static void hub_event(struct work_struct *work) in hub_event() function