| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_pima_object_info_send.c | 94 UCHAR *object_buffer; in _ux_host_class_pima_object_info_send() local 130 …object_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()
|
| D | ux_host_class_pima_object_info_get.c | 90 UCHAR *object_buffer; in _ux_host_class_pima_object_info_get() local 122 …object_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()
|
| D | ux_host_class_pima_object_send.c | 93 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()
|
| D | ux_host_class_pima_object_get.c | 92 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() 314 …object_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/ |
| D | usbx_uxe_host_pima_test.c | 97 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 …]
|
| D | usbx_uxe_device_pima_test.c | 390 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
|
| D | usbx_pictbridge_basic_test.c | 398 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()
|
| D | usbx_msrc_72526_pictbridge_dps_host_start_test.c | 398 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()
|
| D | usbx_msrc_81108_pictbridge_object_parse_test.c | 398 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()
|
| D | usbx_msrc_81292_host_pima_deactivate_semaphore_test.c | 92 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()
|
| D | usbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c | 92 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()
|
| D | usbx_pima_basic_test.c | 92 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()
|
| D | usbx_msrc_72227_host_pima_read_test.c | 92 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()
|
| D | usbx_msrc_72525_host_pima_obj_handles_get_test.c | 92 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()
|
| D | usbx_msrc_72619_host_pima_stor_ids_get_test.c | 92 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/ |
| D | ux_pictbridge_dpshost_startjob.c | 86 UCHAR *object_buffer; in _ux_pictbridge_dpshost_startjob() local 171 …object_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() 213 … object_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()
|
| D | ux_pictbridge_dpshost_object_get.c | 83 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() 169 … object_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() 280 … object_buffer, requested_length); in _ux_pictbridge_dpshost_object_get()
|
| D | ux_pictbridge_dpsclient_object_data_get.c | 80 …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()
|
| D | ux_pictbridge_dpshost_response_get.c | 83 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() 218 … object_buffer, requested_length, &actual_length); in _ux_pictbridge_dpshost_response_get() 235 object_buffer += actual_length; in _ux_pictbridge_dpshost_response_get()
|
| D | ux_pictbridge_dpsclient_object_data_send.c | 79 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/ |
| D | ux_host_class_pima.h | 558 … 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/ |
| D | ux_device_class_pima.h | 882 …(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/ |
| D | ux_pictbridge.h | 816 …bject_data_get(UX_SLAVE_CLASS_PIMA *pima, ULONG object_handle, UCHAR *object_buffer, ULONG object_… 819 UCHAR *object_buffer, ULONG object_offset,
|