Home
last modified time | relevance | path

Searched refs:ux_host_class_hub_allocated (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_entry.c159 …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 …]
Dux_host_class_hub_deactivate.c146 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()
Dux_host_class_hub_tasks_run.c334 _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()
Dux_host_class_hub_status_get.c126 hub -> ux_host_class_hub_allocated = port_data; in _ux_host_class_hub_status_get()
Dux_host_class_hub_descriptor_get.c210 hub -> ux_host_class_hub_allocated = descriptor; in _ux_host_class_hub_descriptor_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h227 UCHAR *ux_host_class_hub_allocated; member
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81573_standalone_host_hub_allocated_enum_free_test.c196 UX_TEST_ASSERT(hub->ux_host_class_hub_allocated != UX_NULL); in ux_test_on_hub_get_descriptor()