Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_entry.c156 …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()
157 if (hub -> ux_host_class_hub_allocated == UX_NULL) in _ux_host_class_hub_enum_get_status()
161 trans -> ux_transfer_request_data_pointer = hub -> ux_host_class_hub_allocated; in _ux_host_class_hub_enum_get_status()
232 if (hub -> ux_host_class_hub_allocated[0] & UX_STATUS_DEVICE_SELF_POWERED) in _ux_host_class_hub_activate_wait()
238 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_activate_wait()
239 hub -> ux_host_class_hub_allocated = UX_NULL; in _ux_host_class_hub_activate_wait()
319 status = _ux_host_class_hub_descriptor_parse(hub, hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_activate_wait()
328 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_activate_wait()
329 hub -> ux_host_class_hub_allocated = UX_NULL; in _ux_host_class_hub_activate_wait()
397 if (hub -> ux_host_class_hub_allocated) in _ux_host_class_hub_activate_wait()
[all …]
Dux_host_class_hub_deactivate.c135 if (hub -> ux_host_class_hub_allocated) in _ux_host_class_hub_deactivate()
136 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_deactivate()
Dux_host_class_hub_tasks_run.c335 _ux_utility_short_get(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_inst_tasks_run()
337 _ux_utility_short_get(hub -> ux_host_class_hub_allocated + 2); in _ux_host_class_hub_inst_tasks_run()
340 _ux_utility_memory_free(hub -> ux_host_class_hub_allocated); in _ux_host_class_hub_inst_tasks_run()
341 hub -> ux_host_class_hub_allocated = UX_NULL; in _ux_host_class_hub_inst_tasks_run()
Dux_host_class_hub_status_get.c127 hub -> ux_host_class_hub_allocated = port_data; in _ux_host_class_hub_status_get()
Dux_host_class_hub_descriptor_get.c208 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.h223 UCHAR *ux_host_class_hub_allocated; member