Searched refs:hub_class (Results 1 – 4 of 4) sorted by relevance
19 UX_SLAVE_CLASS *hub_class; in _ux_device_class_hub_thread_entry() local23 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() local50 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() local117 hub = (UX_DEVICE_CLASS_HUB *)hub_class->ux_slave_class_instance; in _ux_device_class_hub_activate()[all …]
27 UX_SLAVE_CLASS *hub_class; member
98 UINT _ux_host_class_hub_tasks_run(UX_HOST_CLASS *hub_class) in _ux_host_class_hub_tasks_run() argument103 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()
267 UINT _ux_host_class_hub_tasks_run(UX_HOST_CLASS *hub_class);