Home
last modified time | relevance | path

Searched refs:nb_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.c91 ULONG nb_storage_ids; in _ux_host_class_pima_storage_ids_get() local
134 nb_storage_ids = _ux_utility_long_get(storage_ids); in _ux_host_class_pima_storage_ids_get()
137 if (nb_storage_ids > UX_HOST_CLASS_PIMA_MAX_STORAGE_IDS) in _ux_host_class_pima_storage_ids_get()
140 nb_storage_ids = UX_HOST_CLASS_PIMA_MAX_STORAGE_IDS; in _ux_host_class_pima_storage_ids_get()
143 pima_session -> ux_host_class_pima_session_nb_storage_ids = nb_storage_ids; in _ux_host_class_pima_storage_ids_get()
146 if (nb_storage_ids > storage_id_length) in _ux_host_class_pima_storage_ids_get()
152 for(count_storage_ids = 0; count_storage_ids < nb_storage_ids; count_storage_ids++) in _ux_host_class_pima_storage_ids_get()