Searched refs:ux_host_class_hub_allocated (Results 1 – 6 of 6) sorted by relevance
156 …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 …]
135 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()
335 _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()
127 hub -> ux_host_class_hub_allocated = port_data; in _ux_host_class_hub_status_get()
208 hub -> ux_host_class_hub_allocated = descriptor; in _ux_host_class_hub_descriptor_get()
223 UCHAR *ux_host_class_hub_allocated; member