Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst238 USB HCD 产生一个 USB ``hub_event`` 工作器)。
262 个 ``hub_event`` 工作器使用 USB 总线号作为任务实例的标识。
/linux-6.15/Documentation/dev-tools/
H A 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-6.15/drivers/usb/core/
H A Dhub.c78 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