Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/dev-tools/
Dkcov.rst218 number of instances (e.g. one USB hub_event() worker thread is spawned per
/Linux-v5.10/drivers/usb/core/
Dhub.c56 static void hub_event(struct work_struct *work);
1861 INIT_WORK(&hub->events, hub_event); in hub_probe()
5511 static void hub_event(struct work_struct *work) in hub_event() function