Searched refs:storage_id_length (Results 1 – 3 of 3) sorted by relevance
/USBX-v6.2.1/common/usbx_device_classes/src/ |
D | ux_device_class_pima_storage_id_send.c | 89 ULONG storage_id_length; in _ux_device_class_pima_storage_id_send() local 120 …storage_id_length = UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE + sizeof(ULONG) + (sizeof(ULONG) * UX_DE… in _ux_device_class_pima_storage_id_send() 124 storage_id_length); in _ux_device_class_pima_storage_id_send() 127 status = _ux_device_stack_transfer_request(transfer_request, storage_id_length, 0); in _ux_device_class_pima_storage_id_send()
|
/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_pima_storage_ids_get.c | 84 ULONG *storage_ids_array, ULONG storage_id_length) in _ux_host_class_pima_storage_ids_get() argument 94 …(UX_TRACE_HOST_CLASS_PIMA_STORAGE_IDS_GET, pima, storage_ids_array, storage_id_length, 0, UX_TRACE… in _ux_host_class_pima_storage_ids_get() 146 if (nb_storage_ids > storage_id_length) in _ux_host_class_pima_storage_ids_get()
|
/USBX-v6.2.1/common/usbx_host_classes/inc/ |
D | ux_host_class_pima.h | 556 …pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG *storage_ids_array, ULONG storage_id_length);
|