Searched refs:hub_event (Results 1 – 3 of 3) sorted by relevance
238 USB HCD 产生一个 USB ``hub_event`` 工作器)。262 个 ``hub_event`` 工作器使用 USB 总线号作为任务实例的标识。
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
78 static void hub_event(struct work_struct *work);1947 INIT_WORK(&hub->events, hub_event); in hub_probe()5834 static void hub_event(struct work_struct *work) in hub_event() function