Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst238 USB HCD 产生一个 USB ``hub_event`` 工作器)。
262 个 ``hub_event`` 工作器使用 USB 总线号作为任务实例的标识。
/linux/drivers/usb/core/
H A Dhub.c86 static void hub_event(struct work_struct *work);
1971 INIT_WORK(&hub->events, hub_event); in hub_probe()
5874 static void hub_event(struct work_struct *work) in hub_event() function