Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_storage_ids_get.c89 UCHAR *storage_ids; in _ux_host_class_pima_storage_ids_get() local
121storage_ids = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_PIMA… in _ux_host_class_pima_storage_ids_get()
122 if (storage_ids == UX_NULL) in _ux_host_class_pima_storage_ids_get()
126 …tatus = _ux_host_class_pima_command(pima, &command, UX_HOST_CLASS_PIMA_DATA_PHASE_IN , storage_ids, in _ux_host_class_pima_storage_ids_get()
134 nb_storage_ids = _ux_utility_long_get(storage_ids); in _ux_host_class_pima_storage_ids_get()
155 … *(storage_ids_array + count_storage_ids) = _ux_utility_long_get(storage_ids + sizeof(ULONG) + in _ux_host_class_pima_storage_ids_get()
160 _ux_utility_memory_free(storage_ids); in _ux_host_class_pima_storage_ids_get()