Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_pima_storage_id_send.c94 UCHAR *storage_id; in _ux_device_class_pima_storage_id_send() local
109 storage_id = transfer_request -> ux_slave_transfer_request_data_pointer; in _ux_device_class_pima_storage_id_send()
112 _ux_utility_short_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_TYPE, in _ux_device_class_pima_storage_id_send()
116 _ux_utility_short_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_CODE, in _ux_device_class_pima_storage_id_send()
120 _ux_utility_long_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_TRANSACTION_ID, in _ux_device_class_pima_storage_id_send()
124 …_ux_utility_long_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE, UX_DEVICE_CLASS_PIMA_MAX_… in _ux_device_class_pima_storage_id_send()
127 …_ux_utility_long_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE + sizeof(ULONG), pima -> u… in _ux_device_class_pima_storage_id_send()
133 _ux_utility_long_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_LENGTH, in _ux_device_class_pima_storage_id_send()
Dux_device_class_pima_storage_format.c73 UINT _ux_device_class_pima_storage_format(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id) in _ux_device_class_pima_storage_format() argument
79 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_DEVICE_CLASS_PIMA_STORAGE_FORMAT, pima, storage_id, 0, 0, UX_TRAC… in _ux_device_class_pima_storage_format()
82 status = pima -> ux_device_class_pima_storage_format(pima, storage_id); in _ux_device_class_pima_storage_format()
Dux_device_class_pima_objects_number_send.c75 ULONG storage_id, in _ux_device_class_pima_objects_number_send() argument
83 UX_PARAMETER_NOT_USED(storage_id); in _ux_device_class_pima_objects_number_send()
86 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_DEVICE_CLASS_PIMA_OBJECTS_NUMBER_SEND, pima, storage_id, object_f… in _ux_device_class_pima_objects_number_send()
Dux_device_class_pima_object_handles_send.c82 ULONG storage_id, in _ux_device_class_pima_object_handles_send() argument
92 UX_PARAMETER_NOT_USED(storage_id); in _ux_device_class_pima_object_handles_send()
95 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_DEVICE_CLASS_PIMA_OBJECT_HANDLES_SEND, pima, storage_id, object_f… in _ux_device_class_pima_object_handles_send()
Dux_device_class_pima_storage_info_get.c81 UINT _ux_device_class_pima_storage_info_get(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id) in _ux_device_class_pima_storage_info_get() argument
101 status = pima -> ux_device_class_pima_storage_info_get(pima, storage_id); in _ux_device_class_pima_storage_info_get()
104 if (storage_id == pima -> ux_device_class_pima_storage_id) in _ux_device_class_pima_storage_info_get()
Dux_device_class_pima_object_info_send.c85 UINT _ux_device_class_pima_object_info_send(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id, ULONG par… in _ux_device_class_pima_object_info_send() argument
224 …status = pima -> ux_device_class_pima_object_info_send(pima, object, storage_id, parent_object_han… in _ux_device_class_pima_object_info_send()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_num_objects_get.c78 ULONG storage_id, in _ux_host_class_pima_num_objects_get() argument
100 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_num_objects_get()
169 ULONG storage_id, in _uxe_host_class_pima_num_objects_get() argument
178 return(_ux_host_class_pima_num_objects_get(pima, pima_session, storage_id, object_format_code)); in _uxe_host_class_pima_num_objects_get()
Dux_host_class_pima_storage_info_get.c84 ULONG storage_id, UX_HOST_CLASS_PIMA_STORAGE *storage) in _ux_host_class_pima_storage_info_get() argument
94 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_STORAGE_INFO_GET, pima, storage_id, storage, 0, U… in _ux_host_class_pima_storage_info_get()
108 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_storage_info_get()
207 ULONG storage_id, UX_HOST_CLASS_PIMA_STORAGE *storage) in _uxe_host_class_pima_storage_info_get() argument
215 return(_ux_host_class_pima_storage_info_get(pima, pima_session, storage_id, storage)); in _uxe_host_class_pima_storage_info_get()
Dux_host_class_pima_object_handles_get.c89 … ULONG storage_id, ULONG object_format_code, ULONG object_handle_association) in _ux_host_class_pima_object_handles_get() argument
115 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_object_handles_get()
230 … ULONG storage_id, ULONG object_format_code, ULONG object_handle_association) in _uxe_host_class_pima_object_handles_get() argument
239 storage_id, object_format_code, object_handle_association)); in _uxe_host_class_pima_object_handles_get()
Dux_host_class_pima_object_copy.c78 ULONG storage_id, in _ux_host_class_pima_object_copy() argument
103 command.ux_host_class_pima_command_parameter_2 = storage_id; in _ux_host_class_pima_object_copy()
Dux_host_class_pima_object_move.c78 ULONG storage_id, in _ux_host_class_pima_object_move() argument
103 command.ux_host_class_pima_command_parameter_2 = storage_id; in _ux_host_class_pima_object_move()
Dux_host_class_pima_object_info_send.c88 ULONG storage_id, in _ux_host_class_pima_object_info_send() argument
116 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_object_info_send()
303 ULONG storage_id, in _uxe_host_class_pima_object_info_send() argument
312 …return(_ux_host_class_pima_object_info_send(pima, pima_session, storage_id, parent_object_id, obje… in _uxe_host_class_pima_object_info_send()
/USBX-v6.2.1/common/usbx_pictbridge/src/
Dux_pictbridge_dpsclient_object_info_send.c79 ULONG storage_id, in _ux_pictbridge_dpsclient_object_info_send() argument
88 UX_PARAMETER_NOT_USED(storage_id); in _ux_pictbridge_dpsclient_object_info_send()
Dux_pictbridge_dpsclient_start.c137 ULONG storage_id) in _dpsclient_storage_format() argument
140 UX_PARAMETER_NOT_USED(storage_id); in _dpsclient_storage_format()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_pima.h552 …m_objects_get(UX_HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id,
555 ULONG storage_id, ULONG parent_object_handle);
560 …ULONG *object_handles_array, ULONG object_handles_length, ULONG storage_id, ULONG object_format_co…
562 …HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id, ULONG parent_ob…
564 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, ULONG storage_id, ULONG parent_ob…
571 …HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id, UX_HOST_CLASS_P…
588 …m_objects_get(UX_HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id,
595 …ULONG *object_handles_array, ULONG object_handles_length, ULONG storage_id, ULONG object_format_co…
597 …HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id, ULONG parent_ob…
604 …HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id, UX_HOST_CLASS_P…
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_pima.h874 … (*ux_device_class_pima_storage_format)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id);
875 …*ux_device_class_pima_storage_info_get)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id);
884 …AVE_CLASS_PIMA_STRUCT *pima, UX_SLAVE_CLASS_PIMA_OBJECT *object, ULONG storage_id, ULONG parent_ob…
944 …ce_class_pima_parameter_storage_format)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id);
945 …_class_pima_parameter_storage_info_get)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id);
955 …AVE_CLASS_PIMA_STRUCT *pima, UX_SLAVE_CLASS_PIMA_OBJECT *object, ULONG storage_id, ULONG parent_ob…
1006 ULONG storage_id,
1010 ULONG storage_id,
1018 UINT _ux_device_class_pima_object_info_send(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id, ULONG par…
1029 UINT _ux_device_class_pima_storage_info_get(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id);
[all …]
/USBX-v6.2.1/test/regression/
Dusbx_uxe_device_pima_test.c373 ULONG storage_id);
375 ULONG storage_id);
396 ULONG storage_id,
693 ULONG storage_id) in demo_storage_format() argument
700 ULONG storage_id) in demo_storage_info_get() argument
742 ULONG storage_id, in demo_object_info_send() argument
Dusbx_msrc_81292_host_pima_deactivate_semaphore_test.c75 ULONG storage_id);
77 ULONG storage_id);
98 ULONG storage_id,
1414 ULONG storage_id) in pima_device_storage_format() argument
1420 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_format()
1449 ULONG storage_id) in pima_device_storage_info_get() argument
1453 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_info_get()
1728 ULONG storage_id, in pima_device_object_info_send() argument
1842 … pima_device_object_info_array[handle_index].ux_device_class_pima_object_storage_id = storage_id; in pima_device_object_info_send()
1855 …a_device_object_property_array[handle_index].test_pima_object_prop_dataset_storage_id = storage_id; in pima_device_object_info_send()
Dusbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c75 ULONG storage_id);
77 ULONG storage_id);
98 ULONG storage_id,
1408 ULONG storage_id) in pima_device_storage_format() argument
1414 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_format()
1443 ULONG storage_id) in pima_device_storage_info_get() argument
1447 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_info_get()
1722 ULONG storage_id, in pima_device_object_info_send() argument
1836 … pima_device_object_info_array[handle_index].ux_device_class_pima_object_storage_id = storage_id; in pima_device_object_info_send()
1849 …a_device_object_property_array[handle_index].test_pima_object_prop_dataset_storage_id = storage_id; in pima_device_object_info_send()
Dusbx_pima_basic_test.c75 ULONG storage_id);
77 ULONG storage_id);
98 ULONG storage_id,
1370 ULONG storage_id) in pima_device_storage_format() argument
1376 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_format()
1405 ULONG storage_id) in pima_device_storage_info_get() argument
1409 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_info_get()
1684 ULONG storage_id, in pima_device_object_info_send() argument
1798 … pima_device_object_info_array[handle_index].ux_device_class_pima_object_storage_id = storage_id; in pima_device_object_info_send()
1811 …a_device_object_property_array[handle_index].test_pima_object_prop_dataset_storage_id = storage_id; in pima_device_object_info_send()
Dusbx_msrc_72227_host_pima_read_test.c75 ULONG storage_id);
77 ULONG storage_id);
98 ULONG storage_id,
1545 ULONG storage_id) in pima_device_storage_format() argument
1551 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_format()
1580 ULONG storage_id) in pima_device_storage_info_get() argument
1584 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_info_get()
1859 ULONG storage_id, in pima_device_object_info_send() argument
1973 … pima_device_object_info_array[handle_index].ux_device_class_pima_object_storage_id = storage_id; in pima_device_object_info_send()
1986 …a_device_object_property_array[handle_index].test_pima_object_prop_dataset_storage_id = storage_id; in pima_device_object_info_send()
Dusbx_msrc_72525_host_pima_obj_handles_get_test.c75 ULONG storage_id);
77 ULONG storage_id);
98 ULONG storage_id,
1499 ULONG storage_id) in pima_device_storage_format() argument
1505 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_format()
1534 ULONG storage_id) in pima_device_storage_info_get() argument
1538 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_info_get()
1813 ULONG storage_id, in pima_device_object_info_send() argument
1927 … pima_device_object_info_array[handle_index].ux_device_class_pima_object_storage_id = storage_id; in pima_device_object_info_send()
1940 …a_device_object_property_array[handle_index].test_pima_object_prop_dataset_storage_id = storage_id; in pima_device_object_info_send()
Dusbx_msrc_72619_host_pima_stor_ids_get_test.c75 ULONG storage_id);
77 ULONG storage_id);
98 ULONG storage_id,
1477 ULONG storage_id) in pima_device_storage_format() argument
1483 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_format()
1512 ULONG storage_id) in pima_device_storage_info_get() argument
1516 if (storage_id == UX_TEST_PIMA_STORAGE_ID) in pima_device_storage_info_get()
1791 ULONG storage_id, in pima_device_object_info_send() argument
1905 … pima_device_object_info_array[handle_index].ux_device_class_pima_object_storage_id = storage_id; in pima_device_object_info_send()
1918 …a_device_object_property_array[handle_index].test_pima_object_prop_dataset_storage_id = storage_id; in pima_device_object_info_send()
/USBX-v6.2.1/common/usbx_pictbridge/inc/
Dux_pictbridge.h825 … ULONG storage_id, ULONG parent_object_handle, ULONG *object_handle);