Searched refs:hub_event (Results 1 – 2 of 2) sorted by relevance
243 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
64 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