Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/dev-tools/
Dkcov.rst221 number of instances (e.g. one USB hub_event() worker thread is spawned per
/Linux-v6.1/drivers/usb/core/
Dhub.c61 static void hub_event(struct work_struct *work);
1874 INIT_WORK(&hub->events, hub_event); in hub_probe()
5656 static void hub_event(struct work_struct *work) in hub_event() function