Home
last modified time | relevance | path

Searched refs:hub_class (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_device_class_dummy_hub.c19 UX_SLAVE_CLASS *hub_class; in _ux_device_class_hub_thread_entry() local
23 UX_THREAD_EXTENSION_PTR_GET(hub_class ,UX_SLAVE_CLASS, param); in _ux_device_class_hub_thread_entry()
24 hub = (UX_DEVICE_CLASS_HUB *)hub_class->ux_slave_class_instance; in _ux_device_class_hub_thread_entry()
43 UX_SLAVE_CLASS *hub_class = (UX_SLAVE_CLASS *)command->ux_slave_class_command_class_pt… in _ux_device_class_hub_initialize() local
50 hub_class->ux_slave_class_instance = hub; in _ux_device_class_hub_initialize()
51 hub->hub_class = hub_class; in _ux_device_class_hub_initialize()
57 _ux_device_class_hub_thread_entry, (ULONG)(ALIGN_TYPE)hub_class, in _ux_device_class_hub_initialize()
60 UX_THREAD_EXTENSION_PTR_SET(&hub->hub_thread, hub_class); in _ux_device_class_hub_initialize()
110 UX_SLAVE_CLASS *hub_class = command->ux_slave_class_command_class_ptr; in _ux_device_class_hub_activate() local
117 hub = (UX_DEVICE_CLASS_HUB *)hub_class->ux_slave_class_instance; in _ux_device_class_hub_activate()
[all …]
Dux_device_class_dummy_hub.h27 UX_SLAVE_CLASS *hub_class; member
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c98 UINT _ux_host_class_hub_tasks_run(UX_HOST_CLASS *hub_class) in _ux_host_class_hub_tasks_run() argument
103 if (hub_class -> ux_host_class_status != UX_USED || in _ux_host_class_hub_tasks_run()
104 hub_class -> ux_host_class_entry_function != _ux_host_class_hub_entry) in _ux_host_class_hub_tasks_run()
108 hub = (UX_HOST_CLASS_HUB *)hub_class -> ux_host_class_first_instance; in _ux_host_class_hub_tasks_run()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h267 UINT _ux_host_class_hub_tasks_run(UX_HOST_CLASS *hub_class);