/USBX-v6.2.1/common/usbx_device_classes/src/ |
D | ux_device_class_pima_storage_id_send.c | 90 UCHAR *storage_id; in _ux_device_class_pima_storage_id_send() local 99 storage_id = transfer_request -> ux_slave_transfer_request_data_pointer; in _ux_device_class_pima_storage_id_send() 102 _ux_utility_short_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_TYPE, in _ux_device_class_pima_storage_id_send() 106 _ux_utility_short_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_CODE, in _ux_device_class_pima_storage_id_send() 110 _ux_utility_long_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_TRANSACTION_ID, in _ux_device_class_pima_storage_id_send() 114 …_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() 117 …_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() 123 _ux_utility_long_put(storage_id + UX_DEVICE_CLASS_PIMA_DATA_HEADER_LENGTH, in _ux_device_class_pima_storage_id_send()
|
D | ux_device_class_pima_storage_format.c | 74 UINT _ux_device_class_pima_storage_format(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id) in _ux_device_class_pima_storage_format() argument 80 …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() 83 status = pima -> ux_device_class_pima_storage_format(pima, storage_id); in _ux_device_class_pima_storage_format()
|
D | ux_device_class_pima_objects_number_send.c | 76 ULONG storage_id, in _ux_device_class_pima_objects_number_send() argument 84 UX_PARAMETER_NOT_USED(storage_id); in _ux_device_class_pima_objects_number_send() 87 …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()
|
D | ux_device_class_pima_object_handles_send.c | 83 ULONG storage_id, in _ux_device_class_pima_object_handles_send() argument 93 UX_PARAMETER_NOT_USED(storage_id); in _ux_device_class_pima_object_handles_send() 96 …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()
|
D | ux_device_class_pima_storage_info_get.c | 82 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 102 status = pima -> ux_device_class_pima_storage_info_get(pima, storage_id); in _ux_device_class_pima_storage_info_get() 105 if (storage_id == pima -> ux_device_class_pima_storage_id) in _ux_device_class_pima_storage_info_get()
|
D | ux_device_class_pima_object_info_send.c | 86 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 225 …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/ |
D | ux_host_class_pima_storage_info_get.c | 82 ULONG storage_id, UX_HOST_CLASS_PIMA_STORAGE *storage) in _ux_host_class_pima_storage_info_get() argument 92 …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() 106 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_storage_info_get()
|
D | ux_host_class_pima_object_copy.c | 79 ULONG storage_id, in _ux_host_class_pima_object_copy() argument 104 command.ux_host_class_pima_command_parameter_2 = storage_id; in _ux_host_class_pima_object_copy()
|
D | ux_host_class_pima_object_move.c | 79 ULONG storage_id, in _ux_host_class_pima_object_move() argument 104 command.ux_host_class_pima_command_parameter_2 = storage_id; in _ux_host_class_pima_object_move()
|
D | ux_host_class_pima_num_objects_get.c | 75 ULONG storage_id, in _ux_host_class_pima_num_objects_get() argument 97 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_num_objects_get()
|
D | ux_host_class_pima_object_handles_get.c | 90 … ULONG storage_id, ULONG object_format_code, ULONG object_handle_association) in _ux_host_class_pima_object_handles_get() argument 116 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_object_handles_get()
|
D | ux_host_class_pima_object_info_send.c | 85 ULONG storage_id, in _ux_host_class_pima_object_info_send() argument 113 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_object_info_send()
|
/USBX-v6.2.1/common/usbx_pictbridge/src/ |
D | ux_pictbridge_dpsclient_object_info_send.c | 80 ULONG storage_id, in _ux_pictbridge_dpsclient_object_info_send() argument 89 UX_PARAMETER_NOT_USED(storage_id); in _ux_pictbridge_dpsclient_object_info_send()
|
/USBX-v6.2.1/common/usbx_host_classes/inc/ |
D | ux_host_class_pima.h | 538 …_objects_get(UX_HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id, 541 ULONG storage_id, ULONG parent_object_handle); 546 …ULONG *object_handles_array, ULONG object_handles_length, ULONG storage_id, ULONG object_format_co… 548 …HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG storage_id, ULONG parent_ob… 550 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, ULONG storage_id, ULONG parent_ob… 557 …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/ |
D | ux_device_class_pima.h | 850 … (*ux_device_class_pima_storage_format)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id); 851 …*ux_device_class_pima_storage_info_get)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id); 860 …AVE_CLASS_PIMA_STRUCT *pima, UX_SLAVE_CLASS_PIMA_OBJECT *object, ULONG storage_id, ULONG parent_ob… 909 …ce_class_pima_parameter_storage_format)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id); 910 …_class_pima_parameter_storage_info_get)(struct UX_SLAVE_CLASS_PIMA_STRUCT *pima, ULONG storage_id); 920 …AVE_CLASS_PIMA_STRUCT *pima, UX_SLAVE_CLASS_PIMA_OBJECT *object, ULONG storage_id, ULONG parent_ob… 971 ULONG storage_id, 975 ULONG storage_id, 983 UINT _ux_device_class_pima_object_info_send(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id, ULONG par… 994 UINT _ux_device_class_pima_storage_info_get(UX_SLAVE_CLASS_PIMA *pima, ULONG storage_id); [all …]
|
/USBX-v6.2.1/common/usbx_pictbridge/inc/ |
D | ux_pictbridge.h | 826 … ULONG storage_id, ULONG parent_object_handle, ULONG *object_handle);
|