Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_device_class_dummy_hub.c36 _ux_device_thread_suspend(&hub->hub_thread); in _ux_device_class_hub_thread_entry()
56 &hub->hub_thread, "hub_thread", in _ux_device_class_hub_initialize()
60 UX_THREAD_EXTENSION_PTR_SET(&hub->hub_thread, hub_class); in _ux_device_class_hub_initialize()
83 tx_thread_resume(&hub->hub_thread); in _ux_device_class_hub_notify_changes()
104 tx_thread_resume(&hub->hub_thread); in _ux_device_class_hub_notify_change()
Dux_device_class_dummy_hub.h31 TX_THREAD hub_thread; member