| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_pima_object_info_send.c | 90 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_info_send() local 122 …object = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS_PIMA_O… in _ux_device_class_pima_object_info_send() 125 if (object == UX_NULL) in _ux_device_class_pima_object_info_send() 135 (UCHAR *) object); in _ux_device_class_pima_object_info_send() 154 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_filename, object_info_pointer, unico… in _ux_device_class_pima_object_info_send() 174 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_capture_date, object_info_pointer, u… in _ux_device_class_pima_object_info_send() 194 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_modification_date, object_info_point… in _ux_device_class_pima_object_info_send() 214 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_keywords, object_info_pointer, unico… in _ux_device_class_pima_object_info_send() 217 object -> ux_device_class_pima_object_state = 0; in _ux_device_class_pima_object_info_send() 218 object -> ux_device_class_pima_object_offset = 0; in _ux_device_class_pima_object_info_send() [all …]
|
| D | ux_device_class_pima_object_info_get.c | 93 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_info_get() local 107 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_object_info_get() 119 file_name_length = ((ULONG) *object -> ux_device_class_pima_object_filename * 2 ) + 1; in _ux_device_class_pima_object_info_get() 120 capture_date_length = ((ULONG) *object -> ux_device_class_pima_object_capture_date *2 ) + 1; in _ux_device_class_pima_object_info_get() 121 …modification_date_length = ((ULONG) *object -> ux_device_class_pima_object_modification_date * 2 )… in _ux_device_class_pima_object_info_get() 122 keywords_length = ((ULONG) *object -> ux_device_class_pima_object_keywords * 2 ) +1; in _ux_device_class_pima_object_info_get() 166 _ux_utility_descriptor_pack((UCHAR *) object, in _ux_device_class_pima_object_info_get() 175 …_ux_utility_memory_copy(object_info_pointer, object -> ux_device_class_pima_object_filename, file_… in _ux_device_class_pima_object_info_get() 181 …_ux_utility_memory_copy(object_info_pointer, object -> ux_device_class_pima_object_capture_date, c… in _ux_device_class_pima_object_info_get() 187 …_ux_utility_memory_copy(object_info_pointer, object -> ux_device_class_pima_object_modification_da… in _ux_device_class_pima_object_info_get() [all …]
|
| D | ux_device_class_pima_object_data_send.c | 82 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_data_send() local 96 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_object_data_send() 106 object_length = object -> ux_device_class_pima_object_compressed_size; in _ux_device_class_pima_object_data_send()
|
| D | ux_device_class_pima_object_data_get.c | 84 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_data_get() local 96 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_object_data_get() 106 object_length = object -> ux_device_class_pima_object_compressed_size; in _ux_device_class_pima_object_data_get()
|
| D | ux_device_class_pima_partial_object_data_get.c | 88 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_partial_object_data_get() local 102 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_partial_object_data_get() 109 object_length = object -> ux_device_class_pima_object_length; in _ux_device_class_pima_partial_object_data_get()
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_pima_object_open.c | 75 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_open() argument 90 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_CLOSED) in _ux_host_class_pima_object_open() 94 object -> ux_host_class_pima_object_state = UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED; in _ux_host_class_pima_object_open() 97 object -> ux_host_class_pima_object_offset = 0; in _ux_host_class_pima_object_open() 100 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_IN… in _ux_host_class_pima_object_open() 148 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_open() argument 152 if ((pima == UX_NULL) || (pima_session == UX_NULL) || (object == UX_NULL)) in _uxe_host_class_pima_object_open() 156 return (_ux_host_class_pima_object_open(pima, pima_session, object_handle, object)); in _uxe_host_class_pima_object_open()
|
| D | ux_host_class_pima_object_send.c | 92 UX_HOST_CLASS_PIMA_OBJECT *object, 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() 115 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_send() 119 …if ((object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_object_send() 120 …(object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_… in _ux_host_class_pima_object_send() 127 if (object -> ux_host_class_pima_object_offset == 0) in _ux_host_class_pima_object_send() 131 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AC… in _ux_host_class_pima_object_send() 189 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_send() 219 … object -> ux_host_class_pima_object_compressed_size + UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE); in _ux_host_class_pima_object_send() 222 … if (((object -> ux_host_class_pima_object_compressed_size + UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE) % in _ux_host_class_pima_object_send() [all …]
|
| D | ux_host_class_pima_object_info_send.c | 90 UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_info_send() argument 102 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_INFO_SEND, pima, object, 0, 0, UX_TRACE_HO… in _ux_host_class_pima_object_info_send() 138 _ux_utility_descriptor_pack((UCHAR *) object, in _ux_host_class_pima_object_info_send() 147 unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_filename * 2) + 1; in _ux_host_class_pima_object_info_send() 165 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_filename, unicode_stri… in _ux_host_class_pima_object_info_send() 171 … unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_capture_date * 2) + 1; in _ux_host_class_pima_object_info_send() 185 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_capture_date, unicode_… in _ux_host_class_pima_object_info_send() 191 … unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_modification_date * 2) + 1; in _ux_host_class_pima_object_info_send() 205 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_modification_date, uni… in _ux_host_class_pima_object_info_send() 211 unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_keywords * 2) + 1; in _ux_host_class_pima_object_info_send() [all …]
|
| D | ux_host_class_pima_object_info_get.c | 86 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_info_get() argument 96 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_INFO_GET, pima, object_handle, object, 0, … in _ux_host_class_pima_object_info_get() 137 (UCHAR *) object); in _ux_host_class_pima_object_info_get() 156 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_filename, object_pointer, unicode_stri… in _ux_host_class_pima_object_info_get() 176 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_capture_date, object_pointer, unicode_… in _ux_host_class_pima_object_info_get() 196 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_modification_date, object_pointer, uni… in _ux_host_class_pima_object_info_get() 216 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_keywords, object_pointer, unicode_stri… in _ux_host_class_pima_object_info_get() 219 object -> ux_host_class_pima_object_state = UX_HOST_CLASS_PIMA_OBJECT_STATE_CLOSED; in _ux_host_class_pima_object_info_get() 222 object -> ux_host_class_pima_object_offset = 0; in _ux_host_class_pima_object_info_get() 284 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_info_get() argument [all …]
|
| D | ux_host_class_pima_thumb_get.c | 90 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object, in _ux_host_class_pima_thumb_get() argument 113 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_thumb_get() 117 …if ((object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_thumb_get() 118 …(object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_… in _ux_host_class_pima_thumb_get() 129 if (object -> ux_host_class_pima_object_offset == 0) in _ux_host_class_pima_thumb_get() 133 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AC… in _ux_host_class_pima_thumb_get() 198 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_thumb_get() 254 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_thumb_get() 287 …object -> ux_host_class_pima_object_offset += transfer_request -> ux_transfer_request_actual_lengt… in _ux_host_class_pima_thumb_get() 345 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_thumb_get() [all …]
|
| D | ux_host_class_pima_object_transfer_abort.c | 75 … ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_transfer_abort() argument 83 …ERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_TRANSFER_ABORT, pima, object_handle, object, 0, UX_TRACE_HOST_… in _ux_host_class_pima_object_transfer_abort() 94 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_transfer_abort() 101 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_transfer_abort() 153 … ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_transfer_abort() argument 157 if ((pima == UX_NULL) || (pima_session == UX_NULL) || (object == UX_NULL)) in _uxe_host_class_pima_object_transfer_abort() 161 return(_ux_host_class_pima_object_transfer_abort(pima, pima_session, object_handle, object)); in _uxe_host_class_pima_object_transfer_abort()
|
| D | ux_host_class_pima_object_get.c | 91 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object, in _ux_host_class_pima_object_get() argument 104 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_GET, pima, object_handle, object, 0, UX_TR… in _ux_host_class_pima_object_get() 115 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_get() 119 …if ((object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_object_get() 120 …(object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_… in _ux_host_class_pima_object_get() 130 if (object -> ux_host_class_pima_object_offset == 0) in _ux_host_class_pima_object_get() 134 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AC… in _ux_host_class_pima_object_get() 200 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_get() 260 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_get() 317 …object -> ux_host_class_pima_object_offset += transfer_request -> ux_transfer_request_actual_lengt… in _ux_host_class_pima_object_get() [all …]
|
| D | ux_host_class_pima_object_close.c | 82 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_close() argument 93 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_CLOSE, pima, object, 0, 0, UX_TRACE_HOST_C… in _ux_host_class_pima_object_close() 104 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_close() 108 object -> ux_host_class_pima_object_state = UX_HOST_CLASS_PIMA_OBJECT_STATE_CLOSED; in _ux_host_class_pima_object_close() 111 …if ( object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_object_close() 115 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_IN… in _ux_host_class_pima_object_close() 219 …object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_IN… in _ux_host_class_pima_object_close() 267 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_close() argument 271 if ((pima == UX_NULL) || (pima_session == UX_NULL) || (object == UX_NULL)) in _uxe_host_class_pima_object_close() 275 return(_ux_host_class_pima_object_close(pima, pima_session, object_handle, object)); in _uxe_host_class_pima_object_close()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_host_pima_test.c | 98 UX_HOST_CLASS_PIMA_OBJECT object; in ux_test_thread_simulation_0_entry() local 112 status = ux_host_class_pima_object_info_send(NX_NULL, &pima_session, 0, 0, &object); in ux_test_thread_simulation_0_entry() 115 status = ux_host_class_pima_object_info_send(dummy_pima, NX_NULL, 0, 0, &object); in ux_test_thread_simulation_0_entry() 126 status = ux_host_class_pima_object_info_send(dummy_pima, &pima_session, 0, 0, &object); in ux_test_thread_simulation_0_entry() 130 status = ux_host_class_pima_object_info_get(NX_NULL, &pima_session, 0, &object); in ux_test_thread_simulation_0_entry() 133 status = ux_host_class_pima_object_info_get(dummy_pima, NX_NULL, 0, &object); in ux_test_thread_simulation_0_entry() 144 status = ux_host_class_pima_object_info_get(dummy_pima, &pima_session, 0, &object); in ux_test_thread_simulation_0_entry() 148 status = ux_host_class_pima_object_open(NX_NULL, &pima_session, 0, &object); in ux_test_thread_simulation_0_entry() 151 status = ux_host_class_pima_object_open(dummy_pima, NX_NULL, 0, &object); in ux_test_thread_simulation_0_entry() 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() [all …]
|
| D | usbx_msrc_81292_host_pima_deactivate_semaphore_test.c | 89 UX_SLAVE_CLASS_PIMA_OBJECT **object); 97 UX_SLAVE_CLASS_PIMA_OBJECT *object, 133 UX_SLAVE_CLASS_PIMA_OBJECT **object, 1560 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument 1566 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get() 1594 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local 1599 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get() 1622 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get() 1727 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument 1742 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c | 89 UX_SLAVE_CLASS_PIMA_OBJECT **object); 97 UX_SLAVE_CLASS_PIMA_OBJECT *object, 133 UX_SLAVE_CLASS_PIMA_OBJECT **object, 1554 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument 1560 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get() 1588 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local 1593 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get() 1616 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get() 1721 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument 1736 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send() [all …]
|
| D | usbx_pima_basic_test.c | 89 UX_SLAVE_CLASS_PIMA_OBJECT **object); 97 UX_SLAVE_CLASS_PIMA_OBJECT *object, 133 UX_SLAVE_CLASS_PIMA_OBJECT **object, 1516 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument 1522 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get() 1550 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local 1555 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get() 1578 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get() 1683 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument 1698 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_72227_host_pima_read_test.c | 89 UX_SLAVE_CLASS_PIMA_OBJECT **object); 97 UX_SLAVE_CLASS_PIMA_OBJECT *object, 133 UX_SLAVE_CLASS_PIMA_OBJECT **object, 1691 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument 1697 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get() 1725 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local 1730 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get() 1753 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get() 1858 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument 1873 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_72525_host_pima_obj_handles_get_test.c | 89 UX_SLAVE_CLASS_PIMA_OBJECT **object); 97 UX_SLAVE_CLASS_PIMA_OBJECT *object, 133 UX_SLAVE_CLASS_PIMA_OBJECT **object, 1645 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument 1651 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get() 1679 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local 1684 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get() 1707 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get() 1812 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument 1827 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_72619_host_pima_stor_ids_get_test.c | 89 UX_SLAVE_CLASS_PIMA_OBJECT **object); 97 UX_SLAVE_CLASS_PIMA_OBJECT *object, 133 UX_SLAVE_CLASS_PIMA_OBJECT **object, 1623 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument 1629 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get() 1657 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local 1662 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get() 1685 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get() 1790 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument 1805 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send() [all …]
|
| D | usbx_pictbridge_basic_test.c | 48 static UX_SLAVE_CLASS_PIMA_OBJECT *object; variable 705 … object = (UX_SLAVE_CLASS_PIMA_OBJECT *) jobinfo -> ux_pictbridge_jobinfo_object; in test_thread_device_simulation_entry() 708 … object -> ux_device_class_pima_object_format = UX_DEVICE_CLASS_PIMA_OFC_EXIF_JPEG; in test_thread_device_simulation_entry() 709 … object -> ux_device_class_pima_object_compressed_size = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry() 710 object -> ux_device_class_pima_object_offset = 0; in test_thread_device_simulation_entry() 711 … object -> ux_device_class_pima_object_handle_id = UX_PICTBRIDGE_OBJECT_HANDLE_PRINT; in test_thread_device_simulation_entry() 712 … object -> ux_device_class_pima_object_length = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry() 715 … ux_utility_string_to_unicode("JPEG Image", object -> ux_device_class_pima_object_filename); in test_thread_device_simulation_entry()
|
| D | usbx_msrc_72526_pictbridge_dps_host_start_test.c | 48 static UX_SLAVE_CLASS_PIMA_OBJECT *object; variable 853 … object = (UX_SLAVE_CLASS_PIMA_OBJECT *) jobinfo -> ux_pictbridge_jobinfo_object; in test_thread_device_simulation_entry() 856 … object -> ux_device_class_pima_object_format = UX_DEVICE_CLASS_PIMA_OFC_EXIF_JPEG; in test_thread_device_simulation_entry() 857 … object -> ux_device_class_pima_object_compressed_size = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry() 858 object -> ux_device_class_pima_object_offset = 0; in test_thread_device_simulation_entry() 859 … object -> ux_device_class_pima_object_handle_id = UX_PICTBRIDGE_OBJECT_HANDLE_PRINT; in test_thread_device_simulation_entry() 860 … object -> ux_device_class_pima_object_length = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry() 863 … ux_utility_string_to_unicode("JPEG Image", object -> ux_device_class_pima_object_filename); in test_thread_device_simulation_entry()
|
| /USBX-v6.2.1/common/usbx_pictbridge/src/ |
| D | ux_pictbridge_dpsclient_object_info_get.c | 74 UX_SLAVE_CLASS_PIMA_OBJECT **object) in _ux_pictbridge_dpsclient_object_info_get() argument 98 …bridge -> ux_pictbridge_jobinfo.ux_pictbridge_jobinfo_object_info_get(pima, object_handle, object); in _ux_pictbridge_dpsclient_object_info_get() 117 *object = object_info; in _ux_pictbridge_dpsclient_object_info_get()
|
| D | ux_pictbridge_dpsclient_object_info_send.c | 78 …ctbridge_dpsclient_object_info_send(UX_SLAVE_CLASS_PIMA *pima, UX_SLAVE_CLASS_PIMA_OBJECT *object, in _ux_pictbridge_dpsclient_object_info_send() argument 98 …_ux_utility_memory_copy(object_info, object, UX_SLAVE_CLASS_PIMA_OBJECT_DATA_LENGTH); /* Use case … in _ux_pictbridge_dpsclient_object_info_send()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_pima.h | 557 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object, 561 … UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object); 563 UX_HOST_CLASS_PIMA_OBJECT *object); 565 …HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, UX_HOST_CLASS_PIMA_OBJECT *object, 572 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object, 578 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object); 581 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object); 584 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object); 592 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object, 596 … UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object); [all …]
|