Searched refs:ux_host_class_hub_allocated (Results 1 – 7 of 7) sorted by relevance
159 …hub -> ux_host_class_hub_allocated = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY… in _ux_host_class_hub_enum_get_status()160 if (hub -> ux_host_class_hub_allocated == UX_NULL) in _ux_host_class_hub_enum_get_status()164 trans -> ux_transfer_request_data_pointer = hub -> ux_host_class_hub_allocated; in _ux_host_class_hub_enum_get_status()235 if (hub -> ux_host_class_hub_allocated[0] & UX_STATUS_DEVICE_SELF_POWERED) in _ux_host_class_hub_activate_wait()241 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_activate_wait()242 hub -> ux_host_class_hub_allocated = UX_NULL; in _ux_host_class_hub_activate_wait()322 status = _ux_host_class_hub_descriptor_parse(hub, hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_activate_wait()331 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_activate_wait()332 hub -> ux_host_class_hub_allocated = UX_NULL; in _ux_host_class_hub_activate_wait()400 if (hub -> ux_host_class_hub_allocated) in _ux_host_class_hub_activate_wait()[all …]
146 if (hub -> ux_host_class_hub_allocated) in _ux_host_class_hub_deactivate()148 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_deactivate()
334 _ux_utility_short_get(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_inst_tasks_run()336 _ux_utility_short_get(hub -> ux_host_class_hub_allocated + 2); in _ux_host_class_hub_inst_tasks_run()339 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_inst_tasks_run()340 hub -> ux_host_class_hub_allocated = UX_NULL; in _ux_host_class_hub_inst_tasks_run()
126 hub -> ux_host_class_hub_allocated = port_data; in _ux_host_class_hub_status_get()
210 hub -> ux_host_class_hub_allocated = descriptor; in _ux_host_class_hub_descriptor_get()
227 UCHAR *ux_host_class_hub_allocated; member
196 UX_TEST_ASSERT(hub->ux_host_class_hub_allocated != UX_NULL); in ux_test_on_hub_get_descriptor()