Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_pima_object_data_send.c85 ULONG object_offset; in _ux_device_class_pima_object_data_send() local
112 object_offset = 0; in _ux_device_class_pima_object_data_send()
162 if (object_offset == 0) in _ux_device_class_pima_object_data_send()
177 object_offset, in _ux_device_class_pima_object_data_send()
195 object_offset += (transfer_length - UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE); in _ux_device_class_pima_object_data_send()
216 object_offset, in _ux_device_class_pima_object_data_send()
234 object_offset += transfer_length; in _ux_device_class_pima_object_data_send()
Dux_device_class_pima_object_data_get.c86 ULONG object_offset; in _ux_device_class_pima_object_data_get() local
112 object_offset = 0; in _ux_device_class_pima_object_data_get()
142 if (object_offset == 0) in _ux_device_class_pima_object_data_get()
158 object_offset, in _ux_device_class_pima_object_data_get()
185 object_offset += object_length_received; in _ux_device_class_pima_object_data_get()
204 …tus = pima -> ux_device_class_pima_object_data_get(pima, object_handle, object_data, object_offset, in _ux_device_class_pima_object_data_get()
231 object_offset += object_length_received; in _ux_device_class_pima_object_data_get()
Dux_device_class_pima_partial_object_data_get.c90 ULONG object_offset; in _ux_device_class_pima_partial_object_data_get() local
134 object_offset = 0; in _ux_device_class_pima_partial_object_data_get()
164 if (object_offset == 0) in _ux_device_class_pima_partial_object_data_get()
179object_offset + offset_requested, in _ux_device_class_pima_partial_object_data_get()
212 …x_device_class_pima_object_data_get(pima, object_handle, object_data, object_offset + offset_reque… in _ux_device_class_pima_partial_object_data_get()
283 object_offset += object_length_received; in _ux_device_class_pima_partial_object_data_get()
/USBX-v6.2.1/common/usbx_pictbridge/src/
Dux_pictbridge_dpsclient_object_data_get.c80 …data_get(UX_SLAVE_CLASS_PIMA *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_offset, in _ux_pictbridge_dpsclient_object_data_get() argument
111 …_ux_utility_memory_copy(object_buffer, pima_object_buffer + object_offset, object_length_requested… in _ux_pictbridge_dpsclient_object_data_get()
138 …nfo.ux_pictbridge_jobinfo_object_data_read(pictbridge, object_handle, object_buffer, object_offset, in _ux_pictbridge_dpsclient_object_data_get()
Dux_pictbridge_dpsclient_object_data_send.c80 ULONG object_offset, in _ux_pictbridge_dpsclient_object_data_send() argument
109 if (object_offset + object_length > UX_PICTBRIDGE_MAX_PIMA_OBJECT_BUFFER) in _ux_pictbridge_dpsclient_object_data_send()
113 …_ux_utility_memory_copy(pima_object_buffer + object_offset, object_buffer, object_length); /* Use … in _ux_pictbridge_dpsclient_object_data_send()
Dux_pictbridge_dpshost_startjob.c85 ULONG object_offset; in _ux_pictbridge_dpshost_startjob() local
193 object_offset = 0; in _ux_pictbridge_dpshost_startjob()
241 object_offset, in _ux_pictbridge_dpshost_startjob()
270 object_offset += actual_length; in _ux_pictbridge_dpshost_startjob()
/USBX-v6.2.1/test/regression/
Dusbx_uxe_device_pima_test.c391 ULONG object_offset,
403 ULONG object_offset,
732 ULONG object_offset, in demo_object_data_get() argument
754 ULONG object_offset, in demo_object_data_send() argument
Dusbx_pictbridge_basic_test.c560 …TBRIDGE *pictbridge, ULONG object_handle, UCHAR *object_buffer, ULONG object_offset, ULONG object_… in test_pictbridge_device_object_data_copy() argument
565 ux_utility_memory_copy(object_buffer, ux_test_jpeg_image + object_offset, object_length); in test_pictbridge_device_object_data_copy()
Dusbx_msrc_81292_host_pima_deactivate_semaphore_test.c93 ULONG object_offset,
105 ULONG object_offset,
1585 ULONG object_offset, in pima_device_object_data_get() argument
1607 if (object_offset >= pima_device_object_filex_array[handle_index].fx_file_current_file_size) in pima_device_object_data_get()
1634 status = fx_file_seek(&pima_device_object_filex_array[handle_index], object_offset); in pima_device_object_data_get()
1909 ULONG object_offset, in pima_device_object_data_send() argument
1932 if (object_offset == 0) in pima_device_object_data_send()
Dusbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c93 ULONG object_offset,
105 ULONG object_offset,
1579 ULONG object_offset, in pima_device_object_data_get() argument
1601 if (object_offset >= pima_device_object_filex_array[handle_index].fx_file_current_file_size) in pima_device_object_data_get()
1628 status = fx_file_seek(&pima_device_object_filex_array[handle_index], object_offset); in pima_device_object_data_get()
1903 ULONG object_offset, in pima_device_object_data_send() argument
1926 if (object_offset == 0) in pima_device_object_data_send()
Dusbx_pima_basic_test.c93 ULONG object_offset,
105 ULONG object_offset,
1541 ULONG object_offset, in pima_device_object_data_get() argument
1563 if (object_offset >= pima_device_object_filex_array[handle_index].fx_file_current_file_size) in pima_device_object_data_get()
1590 status = fx_file_seek(&pima_device_object_filex_array[handle_index], object_offset); in pima_device_object_data_get()
1865 ULONG object_offset, in pima_device_object_data_send() argument
1888 if (object_offset == 0) in pima_device_object_data_send()
Dusbx_msrc_72227_host_pima_read_test.c93 ULONG object_offset,
105 ULONG object_offset,
1716 ULONG object_offset, in pima_device_object_data_get() argument
1738 if (object_offset >= pima_device_object_filex_array[handle_index].fx_file_current_file_size) in pima_device_object_data_get()
1765 status = fx_file_seek(&pima_device_object_filex_array[handle_index], object_offset); in pima_device_object_data_get()
2040 ULONG object_offset, in pima_device_object_data_send() argument
2063 if (object_offset == 0) in pima_device_object_data_send()
Dusbx_msrc_72525_host_pima_obj_handles_get_test.c93 ULONG object_offset,
105 ULONG object_offset,
1670 ULONG object_offset, in pima_device_object_data_get() argument
1692 if (object_offset >= pima_device_object_filex_array[handle_index].fx_file_current_file_size) in pima_device_object_data_get()
1719 status = fx_file_seek(&pima_device_object_filex_array[handle_index], object_offset); in pima_device_object_data_get()
1994 ULONG object_offset, in pima_device_object_data_send() argument
2017 if (object_offset == 0) in pima_device_object_data_send()
Dusbx_msrc_72619_host_pima_stor_ids_get_test.c93 ULONG object_offset,
105 ULONG object_offset,
1648 ULONG object_offset, in pima_device_object_data_get() argument
1670 if (object_offset >= pima_device_object_filex_array[handle_index].fx_file_current_file_size) in pima_device_object_data_get()
1697 status = fx_file_seek(&pima_device_object_filex_array[handle_index], object_offset); in pima_device_object_data_get()
1972 ULONG object_offset, in pima_device_object_data_send() argument
1995 if (object_offset == 0) in pima_device_object_data_send()
Dusbx_msrc_72526_pictbridge_dps_host_start_test.c708 …TBRIDGE *pictbridge, ULONG object_handle, UCHAR *object_buffer, ULONG object_offset, ULONG object_… in test_pictbridge_device_object_data_copy() argument
713 ux_utility_memory_copy(object_buffer, ux_test_jpeg_image + object_offset, object_length); in test_pictbridge_device_object_data_copy()
Dusbx_msrc_81108_pictbridge_object_parse_test.c721 …TBRIDGE *pictbridge, ULONG object_handle, UCHAR *object_buffer, ULONG object_offset, ULONG object_… in test_pictbridge_device_object_data_copy() argument
726 ux_utility_memory_copy(object_buffer, ux_test_jpeg_image + object_offset, object_length); in test_pictbridge_device_object_data_copy()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_pima.h882 …t UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_offset,
885 …ASS_PIMA_STRUCT *pima, ULONG object_handle, ULONG phase, UCHAR *object_buffer, ULONG object_offset,
952 …t UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_offset,
956 …ASS_PIMA_STRUCT *pima, ULONG object_handle, ULONG phase ,UCHAR *object_buffer, ULONG object_offset,
/USBX-v6.2.1/common/usbx_pictbridge/inc/
Dux_pictbridge.h816 …data_get(UX_SLAVE_CLASS_PIMA *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_offset,
819 UCHAR *object_buffer, ULONG object_offset,