Home
last modified time | relevance | path

Searched refs:object_buffer (Results 1 – 23 of 23) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_object_info_send.c94 UCHAR *object_buffer; in _ux_host_class_pima_object_info_send() local
130object_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_PI… in _ux_host_class_pima_object_info_send()
131 if (object_buffer == UX_NULL) in _ux_host_class_pima_object_info_send()
135 object_buffer_end = object_buffer + UX_HOST_CLASS_PIMA_OBJECT_MAX_LENGTH; in _ux_host_class_pima_object_info_send()
141 object_buffer); in _ux_host_class_pima_object_info_send()
144 object_pointer = object_buffer + UX_HOST_CLASS_PIMA_OBJECT_VARIABLE_OFFSET; in _ux_host_class_pima_object_info_send()
231 object_info_length = (ULONG ) (object_pointer - object_buffer); in _ux_host_class_pima_object_info_send()
234 …us = _ux_host_class_pima_command(pima, &command, UX_HOST_CLASS_PIMA_DATA_PHASE_OUT , object_buffer, in _ux_host_class_pima_object_info_send()
254 _ux_utility_memory_free(object_buffer); in _ux_host_class_pima_object_info_send()
Dux_host_class_pima_object_info_get.c90 UCHAR *object_buffer; in _ux_host_class_pima_object_info_get() local
122object_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_PI… in _ux_host_class_pima_object_info_get()
123 if (object_buffer == UX_NULL) in _ux_host_class_pima_object_info_get()
127 …tus = _ux_host_class_pima_command(pima, &command, UX_HOST_CLASS_PIMA_DATA_PHASE_IN , object_buffer, in _ux_host_class_pima_object_info_get()
134 _ux_utility_descriptor_parse(object_buffer, in _ux_host_class_pima_object_info_get()
140 object_pointer = object_buffer + UX_HOST_CLASS_PIMA_OBJECT_VARIABLE_OFFSET; in _ux_host_class_pima_object_info_get()
236 _ux_utility_memory_free(object_buffer); in _ux_host_class_pima_object_info_get()
Dux_host_class_pima_object_send.c93 UCHAR *object_buffer, ULONG object_buffer_length) in _ux_host_class_pima_object_send() argument
104 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_SEND, pima, object, object_buffer, object_… in _ux_host_class_pima_object_send()
242 … _ux_utility_memory_copy(ptp_payload + UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE, object_buffer, in _ux_host_class_pima_object_send()
249 object_buffer += requested_length - UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE; in _ux_host_class_pima_object_send()
323 transfer_request -> ux_transfer_request_data_pointer = object_buffer; in _ux_host_class_pima_object_send()
370 object_buffer += transfer_request -> ux_transfer_request_actual_length; in _ux_host_class_pima_object_send()
431 UCHAR *object_buffer, ULONG object_buffer_length) in _uxe_host_class_pima_object_send() argument
435 …if ((pima == UX_NULL) || (pima_session == UX_NULL) || (object == UX_NULL) || (object_buffer == UX_… in _uxe_host_class_pima_object_send()
439 …return(_ux_host_class_pima_object_send(pima, pima_session, object, object_buffer, object_buffer_le… in _uxe_host_class_pima_object_send()
Dux_host_class_pima_object_get.c92 UCHAR *object_buffer, ULONG object_buffer_length, in _ux_host_class_pima_object_get() argument
278 … _ux_utility_memory_copy(object_buffer, ptp_payload + UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE, in _ux_host_class_pima_object_get()
314object_buffer += transfer_request -> ux_transfer_request_actual_length - UX_HOST_CLASS_PIMA_DATA_H… in _ux_host_class_pima_object_get()
356 transfer_request -> ux_transfer_request_data_pointer = object_buffer; in _ux_host_class_pima_object_get()
406 object_buffer += transfer_request -> ux_transfer_request_actual_length; in _ux_host_class_pima_object_get()
467 UCHAR *object_buffer, ULONG object_buffer_length, in _uxe_host_class_pima_object_get() argument
472 …if (pima == UX_NULL || pima_session == UX_NULL || object == UX_NULL || object_buffer == UX_NULL ||… in _uxe_host_class_pima_object_get()
476 …return(_ux_host_class_pima_object_get(pima, pima_session, object_handle, object, object_buffer, ob… in _uxe_host_class_pima_object_get()
/USBX-v6.2.1/test/regression/
Dusbx_uxe_host_pima_test.c97 UCHAR object_buffer[64]; in ux_test_thread_simulation_0_entry() local
158 …status = ux_host_class_pima_object_get(NX_NULL, &pima_session, 0, &object, object_buffer, 64, &obj… in ux_test_thread_simulation_0_entry()
161 …status = ux_host_class_pima_object_get(dummy_pima, NX_NULL, 0, &object, object_buffer, 64, &object… in ux_test_thread_simulation_0_entry()
164 …status = ux_host_class_pima_object_get(dummy_pima, &pima_session, 0, NX_NULL, object_buffer, 64, &… in ux_test_thread_simulation_0_entry()
170 …status = ux_host_class_pima_object_get(dummy_pima, &pima_session, 0, &object, object_buffer, 64, N… in ux_test_thread_simulation_0_entry()
174 …status = ux_host_class_pima_object_get(NX_NULL, &pima_session, 0, &object, object_buffer, 64, &obj… in ux_test_thread_simulation_0_entry()
177 …status = ux_host_class_pima_object_get(dummy_pima, NX_NULL, 0, &object, object_buffer, 64, &object… in ux_test_thread_simulation_0_entry()
180 …status = ux_host_class_pima_object_get(dummy_pima, &pima_session, 0, NX_NULL, object_buffer, 64, &… in ux_test_thread_simulation_0_entry()
186 …status = ux_host_class_pima_object_get(dummy_pima, &pima_session, 0, &object, object_buffer, 64, N… in ux_test_thread_simulation_0_entry()
190 …status = ux_host_class_pima_thumb_get(NX_NULL, &pima_session, 0, &object, object_buffer, 64, &obje… in ux_test_thread_simulation_0_entry()
[all …]
Dusbx_uxe_device_pima_test.c390 UCHAR *object_buffer,
402 UCHAR *object_buffer,
731 UCHAR *object_buffer, in demo_object_data_get() argument
753 UCHAR *object_buffer, in demo_object_data_send() argument
Dusbx_pictbridge_basic_test.c398 static UINT test_pictbridge_host_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, … in test_pictbridge_host_object_data_write() argument
560 …ject_data_copy(UX_PICTBRIDGE *pictbridge, ULONG object_handle, UCHAR *object_buffer, 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_72526_pictbridge_dps_host_start_test.c398 static UINT test_pictbridge_host_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, … in test_pictbridge_host_object_data_write() argument
708 …ject_data_copy(UX_PICTBRIDGE *pictbridge, ULONG object_handle, UCHAR *object_buffer, 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.c398 static UINT test_pictbridge_host_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, … in test_pictbridge_host_object_data_write() argument
721 …ject_data_copy(UX_PICTBRIDGE *pictbridge, ULONG object_handle, UCHAR *object_buffer, 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()
Dusbx_msrc_81292_host_pima_deactivate_semaphore_test.c92 UCHAR *object_buffer,
104 UCHAR *object_buffer,
1584 UCHAR *object_buffer, in pima_device_object_data_get() argument
1639 …status = fx_file_read(&pima_device_object_filex_array[handle_index], object_buffer, object_lengt… in pima_device_object_data_get()
1908 UCHAR *object_buffer, in pima_device_object_data_send() argument
1951 …atus = fx_file_write(&pima_device_object_filex_array[handle_index], object_buffer, object_length… in pima_device_object_data_send()
Dusbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c92 UCHAR *object_buffer,
104 UCHAR *object_buffer,
1578 UCHAR *object_buffer, in pima_device_object_data_get() argument
1633 …status = fx_file_read(&pima_device_object_filex_array[handle_index], object_buffer, object_lengt… in pima_device_object_data_get()
1902 UCHAR *object_buffer, in pima_device_object_data_send() argument
1945 …atus = fx_file_write(&pima_device_object_filex_array[handle_index], object_buffer, object_length… in pima_device_object_data_send()
Dusbx_pima_basic_test.c92 UCHAR *object_buffer,
104 UCHAR *object_buffer,
1540 UCHAR *object_buffer, in pima_device_object_data_get() argument
1595 …status = fx_file_read(&pima_device_object_filex_array[handle_index], object_buffer, object_lengt… in pima_device_object_data_get()
1864 UCHAR *object_buffer, in pima_device_object_data_send() argument
1907 …atus = fx_file_write(&pima_device_object_filex_array[handle_index], object_buffer, object_length… in pima_device_object_data_send()
Dusbx_msrc_72227_host_pima_read_test.c92 UCHAR *object_buffer,
104 UCHAR *object_buffer,
1715 UCHAR *object_buffer, in pima_device_object_data_get() argument
1770 …status = fx_file_read(&pima_device_object_filex_array[handle_index], object_buffer, object_lengt… in pima_device_object_data_get()
2039 UCHAR *object_buffer, in pima_device_object_data_send() argument
2082 …atus = fx_file_write(&pima_device_object_filex_array[handle_index], object_buffer, object_length… in pima_device_object_data_send()
Dusbx_msrc_72525_host_pima_obj_handles_get_test.c92 UCHAR *object_buffer,
104 UCHAR *object_buffer,
1669 UCHAR *object_buffer, in pima_device_object_data_get() argument
1724 …status = fx_file_read(&pima_device_object_filex_array[handle_index], object_buffer, object_lengt… in pima_device_object_data_get()
1993 UCHAR *object_buffer, in pima_device_object_data_send() argument
2036 …atus = fx_file_write(&pima_device_object_filex_array[handle_index], object_buffer, object_length… in pima_device_object_data_send()
Dusbx_msrc_72619_host_pima_stor_ids_get_test.c92 UCHAR *object_buffer,
104 UCHAR *object_buffer,
1647 UCHAR *object_buffer, in pima_device_object_data_get() argument
1702 …status = fx_file_read(&pima_device_object_filex_array[handle_index], object_buffer, object_lengt… in pima_device_object_data_get()
1971 UCHAR *object_buffer, in pima_device_object_data_send() argument
2014 …atus = fx_file_write(&pima_device_object_filex_array[handle_index], object_buffer, object_length… in pima_device_object_data_send()
/USBX-v6.2.1/common/usbx_pictbridge/src/
Dux_pictbridge_dpshost_startjob.c86 UCHAR *object_buffer; in _ux_pictbridge_dpshost_startjob() local
171object_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, UX_PICTBRIDGE_MAX_… in _ux_pictbridge_dpshost_startjob()
174 if (object_buffer == UX_NULL) in _ux_pictbridge_dpshost_startjob()
213object_buffer, requested_length, &actual_length); in _ux_pictbridge_dpshost_startjob()
228 _ux_utility_memory_free(object_buffer); in _ux_pictbridge_dpshost_startjob()
240 object_buffer, in _ux_pictbridge_dpshost_startjob()
259 _ux_utility_memory_free(object_buffer); in _ux_pictbridge_dpshost_startjob()
288 _ux_utility_memory_free(object_buffer); in _ux_pictbridge_dpshost_startjob()
294 _ux_utility_memory_free(object_buffer); in _ux_pictbridge_dpshost_startjob()
Dux_pictbridge_dpshost_object_get.c83 UCHAR *object_buffer; in _ux_pictbridge_dpshost_object_get() local
150 object_buffer = pima_object -> ux_host_class_pima_object_buffer; in _ux_pictbridge_dpshost_object_get()
169object_buffer, requested_length, &actual_length); in _ux_pictbridge_dpshost_object_get()
186 object_buffer += actual_length; in _ux_pictbridge_dpshost_object_get()
260 object_buffer = pima_object -> ux_host_class_pima_object_buffer; in _ux_pictbridge_dpshost_object_get()
280object_buffer, requested_length); in _ux_pictbridge_dpshost_object_get()
Dux_pictbridge_dpsclient_object_data_get.c80 …bject_data_get(UX_SLAVE_CLASS_PIMA *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_… 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_dpshost_response_get.c83 UCHAR *object_buffer; in _ux_pictbridge_dpshost_response_get() local
199 object_buffer = pima_object -> ux_host_class_pima_object_buffer; in _ux_pictbridge_dpshost_response_get()
218object_buffer, requested_length, &actual_length); in _ux_pictbridge_dpshost_response_get()
235 object_buffer += actual_length; in _ux_pictbridge_dpshost_response_get()
Dux_pictbridge_dpsclient_object_data_send.c79 UCHAR *object_buffer, in _ux_pictbridge_dpsclient_object_data_send() argument
113 …_ux_utility_memory_copy(pima_object_buffer + object_offset, object_buffer, object_length); /* Use … in _ux_pictbridge_dpsclient_object_data_send()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_pima.h558 … UCHAR *object_buffer, ULONG object_buffer_length, ULONG *object_actual_length);
566 UCHAR *object_buffer, ULONG object_buffer_length);
593 … UCHAR *object_buffer, ULONG object_buffer_length, ULONG *object_actual_length);
600 UCHAR *object_buffer, ULONG object_buffer_length);
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_pima.h882 …(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_…
885 …AVE_CLASS_PIMA_STRUCT *pima, ULONG object_handle, ULONG phase, UCHAR *object_buffer, ULONG object_…
952 …(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_…
956 …AVE_CLASS_PIMA_STRUCT *pima, ULONG object_handle, ULONG phase ,UCHAR *object_buffer, ULONG object_…
/USBX-v6.2.1/common/usbx_pictbridge/inc/
Dux_pictbridge.h816 …bject_data_get(UX_SLAVE_CLASS_PIMA *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_…
819 UCHAR *object_buffer, ULONG object_offset,