Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_media_characteristics_get.c86 UCHAR *inquiry_response; in _ux_host_class_storage_media_characteristics_get() local
112inquiry_response = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS… in _ux_host_class_storage_media_characteristics_get()
113 if (inquiry_response == UX_NULL) in _ux_host_class_storage_media_characteristics_get()
118 storage -> ux_host_class_storage_memory = inquiry_response; in _ux_host_class_storage_media_characteristics_get()
121 storage -> ux_host_class_storage_trans_data = inquiry_response; in _ux_host_class_storage_media_characteristics_get()
126 status = _ux_host_class_storage_transport(storage, inquiry_response); in _ux_host_class_storage_media_characteristics_get()
134 …edia_type = *(inquiry_response + UX_HOST_CLA… in _ux_host_class_storage_media_characteristics_get()
135 …un_removable_media_flags[storage -> ux_host_class_storage_lun] = *(inquiry_response + UX_HOST_CLA… in _ux_host_class_storage_media_characteristics_get()
143 _ux_utility_memory_free(inquiry_response); in _ux_host_class_storage_media_characteristics_get()
Dux_host_class_storage_tasks_run.c557 UCHAR *inquiry_response = storage -> ux_host_class_storage_trans_data; in _ux_host_class_storage_inquiry_save() local
559 storage -> ux_host_class_storage_media_type = *(inquiry_response + in _ux_host_class_storage_inquiry_save()
564 *(inquiry_response + in _ux_host_class_storage_inquiry_save()
568 _ux_utility_memory_free(inquiry_response); in _ux_host_class_storage_inquiry_save()