Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_storage_ids_get.c83 ULONG *storage_ids_array, ULONG storage_id_length) in _ux_host_class_pima_storage_ids_get() argument
93 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_STORAGE_IDS_GET, pima, storage_ids_array, storage… in _ux_host_class_pima_storage_ids_get()
154 … *(storage_ids_array + count_storage_ids) = _ux_utility_long_get(storage_ids + sizeof(ULONG) + in _ux_host_class_pima_storage_ids_get()
208 ULONG *storage_ids_array, ULONG storage_id_length) in _uxe_host_class_pima_storage_ids_get() argument
212 if ((pima == UX_NULL) || (pima_session == UX_NULL) || (storage_ids_array == UX_NULL)) in _uxe_host_class_pima_storage_ids_get()
216 …return(_ux_host_class_pima_storage_ids_get(pima, pima_session, storage_ids_array, storage_id_lengt… in _uxe_host_class_pima_storage_ids_get()
/USBX-v6.2.1/test/regression/
Dusbx_uxe_host_pima_test.c100 ULONG storage_ids_array[32]; in ux_test_thread_simulation_0_entry() local
260 status = ux_host_class_pima_storage_ids_get(NX_NULL, &pima_session, storage_ids_array, 32); in ux_test_thread_simulation_0_entry()
263 status = ux_host_class_pima_storage_ids_get(dummy_pima, NX_NULL, storage_ids_array, 32); in ux_test_thread_simulation_0_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_pima.h570 …_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG *storage_ids_array, ULONG stora…
603 …_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG *storage_ids_array, ULONG stora…