Home
last modified time | relevance | path

Searched refs:capacity_response (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_media_capacity_get.c89 UCHAR *capacity_response; in _ux_host_class_storage_media_capacity_get() local
153capacity_response = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLAS… in _ux_host_class_storage_media_capacity_get()
154 if (capacity_response == UX_NULL) in _ux_host_class_storage_media_capacity_get()
163 storage -> ux_host_class_storage_trans_data = capacity_response; in _ux_host_class_storage_media_capacity_get()
169 status = _ux_host_class_storage_transport(storage, capacity_response); in _ux_host_class_storage_media_capacity_get()
176 _ux_utility_memory_free(capacity_response); in _ux_host_class_storage_media_capacity_get()
188 …_class_storage_last_sector_number = _ux_utility_long_get_big_endian(capacity_response + UX_HOST_CL… in _ux_host_class_storage_media_capacity_get()
192 …x_host_class_storage_sector_size = _ux_utility_long_get_big_endian(capacity_response + UX_HOST_CL… in _ux_host_class_storage_media_capacity_get()
195 _ux_utility_memory_free(capacity_response); in _ux_host_class_storage_media_capacity_get()
202 _ux_utility_memory_free(capacity_response); in _ux_host_class_storage_media_capacity_get()
Dux_host_class_storage_tasks_run.c597 UCHAR *capacity_response = storage -> ux_host_class_storage_trans_data; in _ux_host_class_storage_capacity_save() local
603 _ux_utility_long_get_big_endian(capacity_response + in _ux_host_class_storage_capacity_save()
606 _ux_utility_long_get_big_endian(capacity_response + in _ux_host_class_storage_capacity_save()
614 _ux_utility_memory_free(capacity_response); in _ux_host_class_storage_capacity_save()