Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 178) sorted by relevance

12345678

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_entry.c79 UINT _ux_host_class_cdc_ecm_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_cdc_ecm_entry() argument
82 UX_PARAMETER_NOT_USED(command); in _ux_host_class_cdc_ecm_entry()
91 switch (command -> ux_host_class_command_request) in _ux_host_class_cdc_ecm_entry()
98 if(command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_CSP) in _ux_host_class_cdc_ecm_entry()
102 …if (((command -> ux_host_class_command_class == UX_HOST_CLASS_CDC_DATA_CLASS) && (command -> ux_ho… in _ux_host_class_cdc_ecm_entry()
103 … ((command -> ux_host_class_command_class == UX_HOST_CLASS_CDC_CONTROL_CLASS) && in _ux_host_class_cdc_ecm_entry()
104 … (command -> ux_host_class_command_subclass == UX_HOST_CLASS_CDC_ECM_CONTROL_SUBCLASS))) in _ux_host_class_cdc_ecm_entry()
107 …if ((command -> ux_host_class_command_iad_class == 0) && (command -> ux_host_class_command_iad_sub… in _ux_host_class_cdc_ecm_entry()
115 … if ((command -> ux_host_class_command_iad_class == UX_HOST_CLASS_CDC_CONTROL_CLASS) && in _ux_host_class_cdc_ecm_entry()
116 … (command -> ux_host_class_command_iad_subclass == UX_HOST_CLASS_CDC_ECM_CONTROL_SUBCLASS)) in _ux_host_class_cdc_ecm_entry()
[all …]
Dux_host_class_pima_num_objects_get.c79 UX_HOST_CLASS_PIMA_COMMAND command; in _ux_host_class_pima_num_objects_get() local
94 command.ux_host_class_pima_command_nb_parameters = 2; in _ux_host_class_pima_num_objects_get()
97 command.ux_host_class_pima_command_parameter_1 = storage_id; in _ux_host_class_pima_num_objects_get()
100 command.ux_host_class_pima_command_parameter_2 = object_format_code; in _ux_host_class_pima_num_objects_get()
103 command.ux_host_class_pima_command_parameter_3 = 0; in _ux_host_class_pima_num_objects_get()
104 command.ux_host_class_pima_command_parameter_4 = 0; in _ux_host_class_pima_num_objects_get()
105 command.ux_host_class_pima_command_parameter_5 = 0; in _ux_host_class_pima_num_objects_get()
108 command.ux_host_class_pima_command_operation_code = UX_HOST_CLASS_PIMA_OC_GET_NUM_OBJECTS; in _ux_host_class_pima_num_objects_get()
111 status = _ux_host_class_pima_command(pima, &command, 0 , UX_NULL, 0, 0); in _ux_host_class_pima_num_objects_get()
117 …pima_session -> ux_host_class_pima_session_nb_objects = command.ux_host_class_pima_command_parame… in _ux_host_class_pima_num_objects_get()
Dux_host_class_audio_entry.c79 UINT _ux_host_class_audio_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_audio_entry() argument
87 switch (command -> ux_host_class_command_request) in _ux_host_class_audio_entry()
95 if ((command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_CSP) && in _ux_host_class_audio_entry()
96 (command -> ux_host_class_command_class == UX_HOST_CLASS_AUDIO_CLASS) && in _ux_host_class_audio_entry()
98 … ((command -> ux_host_class_command_protocol == UX_HOST_CLASS_AUDIO_PROTOCOL_IP_VERSION_01_00) || in _ux_host_class_audio_entry()
99 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_AUDIO_PROTOCOL_IP_VERSION_02_00)) in _ux_host_class_audio_entry()
101 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_AUDIO_PROTOCOL_IP_VERSION_01_00) in _ux_host_class_audio_entry()
113 status = _ux_host_class_audio_activate(command); in _ux_host_class_audio_entry()
123 status = _ux_host_class_audio_deactivate(command); in _ux_host_class_audio_entry()
Dux_host_class_pima_object_delete.c82 UX_HOST_CLASS_PIMA_COMMAND command; in _ux_host_class_pima_object_delete() local
97 command.ux_host_class_pima_command_nb_parameters = 1; in _ux_host_class_pima_object_delete()
100 command.ux_host_class_pima_command_parameter_1 = object_handle; in _ux_host_class_pima_object_delete()
103 command.ux_host_class_pima_command_parameter_2 = 0; in _ux_host_class_pima_object_delete()
104 command.ux_host_class_pima_command_parameter_3 = 0; in _ux_host_class_pima_object_delete()
105 command.ux_host_class_pima_command_parameter_4 = 0; in _ux_host_class_pima_object_delete()
106 command.ux_host_class_pima_command_parameter_5 = 0; in _ux_host_class_pima_object_delete()
109 command.ux_host_class_pima_command_operation_code = UX_HOST_CLASS_PIMA_OC_DELETE_OBJECT; in _ux_host_class_pima_object_delete()
112 … status = _ux_host_class_pima_command(pima, &command, UX_HOST_CLASS_PIMA_DATA_PHASE_NONE , UX_NULL, in _ux_host_class_pima_object_delete()
Dux_host_class_pima_entry.c76 UINT _ux_host_class_pima_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_pima_entry() argument
84 switch (command -> ux_host_class_command_request) in _ux_host_class_pima_entry()
91 if((command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_CSP) && in _ux_host_class_pima_entry()
92 … ((command -> ux_host_class_command_class == UX_HOST_CLASS_PIMA_CLASS) && in _ux_host_class_pima_entry()
93 … (command -> ux_host_class_command_subclass == UX_HOST_CLASS_PIMA_SUBCLASS) && in _ux_host_class_pima_entry()
94 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_PIMA_PROTOCOL))) in _ux_host_class_pima_entry()
103 status = _ux_host_class_pima_activate(command); in _ux_host_class_pima_entry()
110 status = _ux_host_class_pima_deactivate(command); in _ux_host_class_pima_entry()
Dux_host_class_asix_entry.c34 static inline UINT _ux_host_class_asix_try_all_vid_pids(UX_HOST_CLASS_COMMAND *command);
88 UINT _ux_host_class_asix_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_asix_entry() argument
91 UX_PARAMETER_NOT_USED(command); in _ux_host_class_asix_entry()
100 switch (command -> ux_host_class_command_request) in _ux_host_class_asix_entry()
107 if(command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_PIDVID) in _ux_host_class_asix_entry()
109 if (_ux_host_class_asix_try_all_vid_pids(command) == UX_SUCCESS) in _ux_host_class_asix_entry()
120 status = _ux_host_class_asix_activate(command); in _ux_host_class_asix_entry()
127 status = _ux_host_class_asix_deactivate(command); in _ux_host_class_asix_entry()
148 static inline UINT _ux_host_class_asix_try_all_vid_pids(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_asix_try_all_vid_pids() argument
155 if ((command -> ux_host_class_command_pid == _ux_host_class_asix_vid_pid_array[pos + 1]) && in _ux_host_class_asix_try_all_vid_pids()
[all …]
Dux_host_class_pima_object_copy.c83 UX_HOST_CLASS_PIMA_COMMAND command; in _ux_host_class_pima_object_copy() local
98 command.ux_host_class_pima_command_nb_parameters = 3; in _ux_host_class_pima_object_copy()
101 command.ux_host_class_pima_command_parameter_1 = object_handle; in _ux_host_class_pima_object_copy()
104 command.ux_host_class_pima_command_parameter_2 = storage_id; in _ux_host_class_pima_object_copy()
107 command.ux_host_class_pima_command_parameter_3 = parent_object_handle; in _ux_host_class_pima_object_copy()
110 command.ux_host_class_pima_command_parameter_4 = 0; in _ux_host_class_pima_object_copy()
111 command.ux_host_class_pima_command_parameter_5 = 0; in _ux_host_class_pima_object_copy()
114 command.ux_host_class_pima_command_operation_code = UX_HOST_CLASS_PIMA_OC_COPY_OBJECT; in _ux_host_class_pima_object_copy()
117 …status = _ux_host_class_pima_command(pima, &command, UX_HOST_CLASS_PIMA_DATA_PHASE_NONE , UX_NULL, in _ux_host_class_pima_object_copy()
Dux_host_class_pima_object_move.c83 UX_HOST_CLASS_PIMA_COMMAND command; in _ux_host_class_pima_object_move() local
98 command.ux_host_class_pima_command_nb_parameters = 3; in _ux_host_class_pima_object_move()
101 command.ux_host_class_pima_command_parameter_1 = object_handle; in _ux_host_class_pima_object_move()
104 command.ux_host_class_pima_command_parameter_2 = storage_id; in _ux_host_class_pima_object_move()
107 command.ux_host_class_pima_command_parameter_3 = parent_object_handle; in _ux_host_class_pima_object_move()
110 command.ux_host_class_pima_command_parameter_4 = 0; in _ux_host_class_pima_object_move()
111 command.ux_host_class_pima_command_parameter_5 = 0; in _ux_host_class_pima_object_move()
114 command.ux_host_class_pima_command_operation_code = UX_HOST_CLASS_PIMA_OC_MOVE_OBJECT; in _ux_host_class_pima_object_move()
117 …status = _ux_host_class_pima_command(pima, &command, UX_HOST_CLASS_PIMA_DATA_PHASE_NONE , UX_NULL, in _ux_host_class_pima_object_move()
Dux_host_class_pima_session_close.c75 UX_HOST_CLASS_PIMA_COMMAND command; in _ux_host_class_pima_session_close() local
93 command.ux_host_class_pima_command_nb_parameters = 0; in _ux_host_class_pima_session_close()
96 command.ux_host_class_pima_command_operation_code = UX_HOST_CLASS_PIMA_OC_CLOSE_SESSION; in _ux_host_class_pima_session_close()
99 command.ux_host_class_pima_command_parameter_1 = 0; in _ux_host_class_pima_session_close()
100 command.ux_host_class_pima_command_parameter_2 = 0; in _ux_host_class_pima_session_close()
101 command.ux_host_class_pima_command_parameter_3 = 0; in _ux_host_class_pima_session_close()
102 command.ux_host_class_pima_command_parameter_4 = 0; in _ux_host_class_pima_session_close()
103 command.ux_host_class_pima_command_parameter_5 = 0; in _ux_host_class_pima_session_close()
106 status = _ux_host_class_pima_command(pima, &command, 0 , UX_NULL, 0, 0); in _ux_host_class_pima_session_close()
Dux_host_class_prolific_entry.c76 UINT _ux_host_class_prolific_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_prolific_entry() argument
84 switch (command -> ux_host_class_command_request) in _ux_host_class_prolific_entry()
91 if(((command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_PIDVID) && in _ux_host_class_prolific_entry()
92 (command -> ux_host_class_command_pid == 0x2303) && in _ux_host_class_prolific_entry()
93 (command -> ux_host_class_command_vid == 0x67b))) in _ux_host_class_prolific_entry()
102 status = _ux_host_class_prolific_activate(command); in _ux_host_class_prolific_entry()
109 status = _ux_host_class_prolific_deactivate(command); in _ux_host_class_prolific_entry()
Dux_host_class_pima_session_open.c77 UX_HOST_CLASS_PIMA_COMMAND command; in _ux_host_class_pima_session_open() local
91 command.ux_host_class_pima_command_nb_parameters = 1; in _ux_host_class_pima_session_open()
94 command.ux_host_class_pima_command_operation_code = UX_HOST_CLASS_PIMA_OC_OPEN_SESSION; in _ux_host_class_pima_session_open()
97 command.ux_host_class_pima_command_parameter_1 = (ULONG) (ALIGN_TYPE) pima_session; in _ux_host_class_pima_session_open()
100 command.ux_host_class_pima_command_parameter_2 = 0; in _ux_host_class_pima_session_open()
101 command.ux_host_class_pima_command_parameter_3 = 0; in _ux_host_class_pima_session_open()
102 command.ux_host_class_pima_command_parameter_4 = 0; in _ux_host_class_pima_session_open()
103 command.ux_host_class_pima_command_parameter_5 = 0; in _ux_host_class_pima_session_open()
106 status = _ux_host_class_pima_command(pima, &command, 0 , UX_NULL, 0, 0); in _ux_host_class_pima_session_open()
Dux_host_class_swar_entry.c75 UINT _ux_host_class_swar_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_swar_entry() argument
83 switch (command -> ux_host_class_command_request) in _ux_host_class_swar_entry()
90 if(((command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_PIDVID) && in _ux_host_class_swar_entry()
91 … (command -> ux_host_class_command_pid == UX_HOST_CLASS_SWAR_PRODUCT_ID) && in _ux_host_class_swar_entry()
92 … (command -> ux_host_class_command_vid == UX_HOST_CLASS_SWAR_VENDOR_ID ))) in _ux_host_class_swar_entry()
101 status = _ux_host_class_swar_activate(command); in _ux_host_class_swar_entry()
108 status = _ux_host_class_swar_deactivate(command); in _ux_host_class_swar_entry()
Dux_host_class_gser_entry.c75 UINT _ux_host_class_gser_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_gser_entry() argument
83 switch (command -> ux_host_class_command_request) in _ux_host_class_gser_entry()
90 if(((command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_PIDVID) && in _ux_host_class_gser_entry()
91 … (command -> ux_host_class_command_pid == UX_HOST_CLASS_GSER_PRODUCT_ID) && in _ux_host_class_gser_entry()
92 … (command -> ux_host_class_command_vid == UX_HOST_CLASS_GSER_VENDOR_ID ))) in _ux_host_class_gser_entry()
101 status = _ux_host_class_gser_activate(command); in _ux_host_class_gser_entry()
108 status = _ux_host_class_gser_deactivate(command); in _ux_host_class_gser_entry()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_audio_entry.c85 UINT _ux_device_class_audio_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_audio_entry() argument
93 switch (command -> ux_slave_class_command_request) in _ux_device_class_audio_entry()
100 status = _uxe_device_class_audio_initialize(command); in _ux_device_class_audio_entry()
102 status = _ux_device_class_audio_initialize(command); in _ux_device_class_audio_entry()
111 status = _ux_device_class_audio_uninitialize(command); in _ux_device_class_audio_entry()
119 if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_AUDIO_CLASS) in _ux_device_class_audio_entry()
121 … if (command -> ux_slave_class_command_subclass == UX_DEVICE_CLASS_AUDIO_SUBCLASS_CONTROL) in _ux_device_class_audio_entry()
123 … if (command -> ux_slave_class_command_subclass == UX_DEVICE_CLASS_AUDIO_SUBCLASS_AUDIOSTREAMING) in _ux_device_class_audio_entry()
133 status = _ux_device_class_audio_activate(command); in _ux_device_class_audio_entry()
142 status = _ux_device_class_audio_change(command); in _ux_device_class_audio_entry()
[all …]
Dux_device_class_video_entry.c77 UINT _ux_device_class_video_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_video_entry() argument
85 switch (command -> ux_slave_class_command_request) in _ux_device_class_video_entry()
91 status = _ux_device_class_video_initialize(command); in _ux_device_class_video_entry()
99 status = _ux_device_class_video_uninitialize(command); in _ux_device_class_video_entry()
107 if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_VIDEO_CLASS) in _ux_device_class_video_entry()
109 … if (command -> ux_slave_class_command_subclass == UX_DEVICE_CLASS_VIDEO_SUBCLASS_CONTROL) in _ux_device_class_video_entry()
111 … if (command -> ux_slave_class_command_subclass == UX_DEVICE_CLASS_VIDEO_SUBCLASS_STREAMING) in _ux_device_class_video_entry()
121 status = _ux_device_class_video_activate(command); in _ux_device_class_video_entry()
130 status = _ux_device_class_video_change(command); in _ux_device_class_video_entry()
139 status = _ux_device_class_video_deactivate(command); in _ux_device_class_video_entry()
[all …]
Dux_device_class_printer_entry.c80 UINT _ux_device_class_printer_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_entry() argument
88 switch (command -> ux_slave_class_command_request) in _ux_device_class_printer_entry()
95 status = _uxe_device_class_printer_initialize(command); in _ux_device_class_printer_entry()
97 status = _ux_device_class_printer_initialize(command); in _ux_device_class_printer_entry()
106 status = _ux_device_class_printer_uninitialize(command); in _ux_device_class_printer_entry()
114 if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_PRINTER_CLASS && in _ux_device_class_printer_entry()
115 command -> ux_slave_class_command_subclass == UX_DEVICE_CLASS_PRINTER_SUBCLASS) in _ux_device_class_printer_entry()
125 status = _ux_device_class_printer_activate(command); in _ux_device_class_printer_entry()
134 status = _ux_device_class_printer_deactivate(command); in _ux_device_class_printer_entry()
142 status = _ux_device_class_printer_control_request(command); in _ux_device_class_printer_entry()
Dux_device_class_cdc_ecm_entry.c79 UINT _ux_device_class_cdc_ecm_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_cdc_ecm_entry() argument
86 switch (command -> ux_slave_class_command_request) in _ux_device_class_cdc_ecm_entry()
92 status = _ux_device_class_cdc_ecm_initialize(command); in _ux_device_class_cdc_ecm_entry()
100 status = _ux_device_class_cdc_ecm_uninitialize(command); in _ux_device_class_cdc_ecm_entry()
108 …if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_CDC_ECM_CLASS_COMMUNICATION_CONTROL… in _ux_device_class_cdc_ecm_entry()
109command -> ux_slave_class_command_class == UX_DEVICE_CLASS_CDC_ECM_CLASS_COMMUNICATION_DATA) in _ux_device_class_cdc_ecm_entry()
119 status = _ux_device_class_cdc_ecm_activate(command); in _ux_device_class_cdc_ecm_entry()
128 status = _ux_device_class_cdc_ecm_change(command); in _ux_device_class_cdc_ecm_entry()
138 status = _ux_device_class_cdc_ecm_deactivate(command); in _ux_device_class_cdc_ecm_entry()
146 status = _ux_device_class_cdc_ecm_control_request(command); in _ux_device_class_cdc_ecm_entry()
Dux_device_class_cdc_acm_entry.c78 UINT _ux_device_class_cdc_acm_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_cdc_acm_entry() argument
86 switch (command -> ux_slave_class_command_request) in _ux_device_class_cdc_acm_entry()
92 status = _ux_device_class_cdc_acm_initialize(command); in _ux_device_class_cdc_acm_entry()
100 status = _ux_device_class_cdc_acm_uninitialize(command); in _ux_device_class_cdc_acm_entry()
108 if (command -> ux_slave_class_command_class == UX_SLAVE_CLASS_CDC_ACM_CLASS) in _ux_device_class_cdc_acm_entry()
118 status = _ux_device_class_cdc_acm_activate(command); in _ux_device_class_cdc_acm_entry()
127 status = _ux_device_class_cdc_acm_deactivate(command); in _ux_device_class_cdc_acm_entry()
135 status = _ux_device_class_cdc_acm_control_request(command); in _ux_device_class_cdc_acm_entry()
Dux_device_class_hid_entry.c78 UINT _ux_device_class_hid_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hid_entry() argument
86 switch (command -> ux_slave_class_command_request) in _ux_device_class_hid_entry()
92 status = _ux_device_class_hid_initialize(command); in _ux_device_class_hid_entry()
100 status = _ux_device_class_hid_uninitialize(command); in _ux_device_class_hid_entry()
108 if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_HID_CLASS) in _ux_device_class_hid_entry()
118 status = _ux_device_class_hid_activate(command); in _ux_device_class_hid_entry()
127 status = _ux_device_class_hid_deactivate(command); in _ux_device_class_hid_entry()
135 status = _ux_device_class_hid_control_request(command); in _ux_device_class_hid_entry()
Dux_device_class_ccid_entry.c76 UINT _ux_device_class_ccid_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_ccid_entry() argument
84 switch (command -> ux_slave_class_command_request) in _ux_device_class_ccid_entry()
90 status = _ux_device_class_ccid_initialize(command); in _ux_device_class_ccid_entry()
98 status = _ux_device_class_ccid_uninitialize(command); in _ux_device_class_ccid_entry()
106 if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_CCID_CLASS) in _ux_device_class_ccid_entry()
116 status = _ux_device_class_ccid_activate(command); in _ux_device_class_ccid_entry()
125 status = _ux_device_class_ccid_deactivate(command); in _ux_device_class_ccid_entry()
133 status = _ux_device_class_ccid_control_request(command); in _ux_device_class_ccid_entry()
Dux_device_class_rndis_entry.c77 UINT _ux_device_class_rndis_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_rndis_entry() argument
84 switch (command -> ux_slave_class_command_request) in _ux_device_class_rndis_entry()
90 status = _ux_device_class_rndis_initialize(command); in _ux_device_class_rndis_entry()
99 …if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_RNDIS_CLASS_COMMUNICATION_CONTROL |… in _ux_device_class_rndis_entry()
100command -> ux_slave_class_command_class == UX_DEVICE_CLASS_RNDIS_CLASS_COMMUNICATION_DATA) in _ux_device_class_rndis_entry()
110 status = _ux_device_class_rndis_activate(command); in _ux_device_class_rndis_entry()
119 status = _ux_device_class_rndis_deactivate(command); in _ux_device_class_rndis_entry()
127 status = _ux_device_class_rndis_control_request(command); in _ux_device_class_rndis_entry()
Dux_device_class_storage_entry.c80 UINT _ux_device_class_storage_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_storage_entry() argument
88 switch (command -> ux_slave_class_command_request) in _ux_device_class_storage_entry()
94 status = _ux_device_class_storage_initialize(command); in _ux_device_class_storage_entry()
102 status = _ux_device_class_storage_uninitialize(command); in _ux_device_class_storage_entry()
111 if (command -> ux_slave_class_command_class == UX_SLAVE_CLASS_STORAGE_CLASS) in _ux_device_class_storage_entry()
121 status = _ux_device_class_storage_activate(command); in _ux_device_class_storage_entry()
130 status = _ux_device_class_storage_deactivate(command); in _ux_device_class_storage_entry()
138 status = _ux_device_class_storage_control_request(command); in _ux_device_class_storage_entry()
Dux_device_class_dfu_entry.c77 UINT _ux_device_class_dfu_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dfu_entry() argument
85 switch (command -> ux_slave_class_command_request) in _ux_device_class_dfu_entry()
91 status = _ux_device_class_dfu_initialize(command); in _ux_device_class_dfu_entry()
100 if (command -> ux_slave_class_command_class == UX_SLAVE_CLASS_DFU_CLASS) in _ux_device_class_dfu_entry()
110 status = _ux_device_class_dfu_activate(command); in _ux_device_class_dfu_entry()
119 status = _ux_device_class_dfu_deactivate(command); in _ux_device_class_dfu_entry()
127 status = _ux_device_class_dfu_control_request(command); in _ux_device_class_dfu_entry()
Dux_device_class_pima_entry.c77 UINT _ux_device_class_pima_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_pima_entry() argument
85 switch (command -> ux_slave_class_command_request) in _ux_device_class_pima_entry()
91 status = _ux_device_class_pima_initialize(command); in _ux_device_class_pima_entry()
99 if (command -> ux_slave_class_command_class == UX_DEVICE_CLASS_PIMA_CLASS) in _ux_device_class_pima_entry()
109 status = _ux_device_class_pima_activate(command); in _ux_device_class_pima_entry()
118 status = _ux_device_class_pima_deactivate(command); in _ux_device_class_pima_entry()
126 status = _ux_device_class_pima_control_request(command); in _ux_device_class_pima_entry()
/USBX-v6.2.1/common/core/src/
Dux_host_class_dpump_entry.c78 UINT _ux_host_class_dpump_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dpump_entry() argument
86 switch (command -> ux_host_class_command_request) in _ux_host_class_dpump_entry()
93 if((command -> ux_host_class_command_usage == UX_HOST_CLASS_COMMAND_USAGE_CSP) && in _ux_host_class_dpump_entry()
94 … (command -> ux_host_class_command_class == UX_HOST_CLASS_DPUMP_CLASS) && in _ux_host_class_dpump_entry()
95 … (command -> ux_host_class_command_subclass == UX_HOST_CLASS_DPUMP_SUBCLASS) && in _ux_host_class_dpump_entry()
96 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_DPUMP_PROTOCOL)) in _ux_host_class_dpump_entry()
105 status = _ux_host_class_dpump_activate(command); in _ux_host_class_dpump_entry()
115 status = _ux_host_class_dpump_deactivate(command); in _ux_host_class_dpump_entry()

12345678