Home
last modified time | relevance | path

Searched refs:endpoint_out (Results 1 – 25 of 31) sorted by relevance

12

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_thread.c141 UX_SLAVE_ENDPOINT *endpoint_out; in _ux_device_class_storage_thread() local
181 endpoint_out = endpoint_in; in _ux_device_class_storage_thread()
184 endpoint_in = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_storage_thread()
190 endpoint_out = endpoint_in -> ux_slave_endpoint_next_endpoint; in _ux_device_class_storage_thread()
194 transfer_request = &endpoint_out -> ux_slave_endpoint_transfer_request; in _ux_device_class_storage_thread()
197 if (endpoint_out -> ux_slave_endpoint_state == UX_ENDPOINT_RESET && in _ux_device_class_storage_thread()
257 … _ux_device_class_storage_test_ready(storage, lun, endpoint_in, endpoint_out, cbw_cb); in _ux_device_class_storage_thread()
262 … _ux_device_class_storage_request_sense(storage, lun, endpoint_in, endpoint_out, cbw_cb); in _ux_device_class_storage_thread()
267 … _ux_device_class_storage_format(storage, lun, endpoint_in, endpoint_out, cbw_cb); in _ux_device_class_storage_thread()
272 … _ux_device_class_storage_inquiry(storage, lun, endpoint_in, endpoint_out, cbw_cb); in _ux_device_class_storage_thread()
[all …]
Dux_device_class_storage_deactivate.c84 UX_SLAVE_ENDPOINT *endpoint_out; in _ux_device_class_storage_deactivate() local
96 endpoint_out = storage -> ux_device_class_storage_ep_out; in _ux_device_class_storage_deactivate()
98 _ux_device_stack_transfer_all_request_abort(endpoint_out, UX_TRANSFER_BUS_RESET); in _ux_device_class_storage_deactivate()
99 endpoint_out -> ux_slave_endpoint_transfer_request.ux_slave_transfer_request_data_pointer = in _ux_device_class_storage_deactivate()
113 endpoint_out = endpoint_in; in _ux_device_class_storage_deactivate()
116 endpoint_in = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_storage_deactivate()
122 endpoint_out = endpoint_in -> ux_slave_endpoint_next_endpoint; in _ux_device_class_storage_deactivate()
127 _ux_device_stack_transfer_all_request_abort(endpoint_out, UX_TRANSFER_BUS_RESET); in _ux_device_class_storage_deactivate()
Dux_device_class_pima_activate.c88 UX_SLAVE_ENDPOINT *endpoint_out; in _ux_device_class_pima_activate() local
115 endpoint_out = endpoint_in; in _ux_device_class_pima_activate()
118 endpoint_in = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_pima_activate()
128 endpoint_out = endpoint_in -> ux_slave_endpoint_next_endpoint; in _ux_device_class_pima_activate()
131 endpoint_interrupt = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_pima_activate()
136 pima -> ux_device_class_pima_bulk_out_endpoint = endpoint_out; in _ux_device_class_pima_activate()
Dux_device_class_cdc_acm_deactivate.c83 UX_SLAVE_ENDPOINT *endpoint_out; in _ux_device_class_cdc_acm_deactivate() local
102 endpoint_out = endpoint_in; in _ux_device_class_cdc_acm_deactivate()
105 endpoint_in = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_cdc_acm_deactivate()
111 endpoint_out = endpoint_in -> ux_slave_endpoint_next_endpoint; in _ux_device_class_cdc_acm_deactivate()
116 _ux_device_stack_transfer_all_request_abort(endpoint_out, UX_TRANSFER_BUS_RESET); in _ux_device_class_cdc_acm_deactivate()
Dux_device_class_storage_control_request.c99 UX_SLAVE_ENDPOINT *endpoint_out; in _ux_device_class_storage_control_request() local
135 endpoint_out = storage -> ux_device_class_storage_ep_out; in _ux_device_class_storage_control_request()
149 endpoint_out = endpoint_in; in _ux_device_class_storage_control_request()
152 endpoint_in = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_storage_control_request()
158 endpoint_out = endpoint_in -> ux_slave_endpoint_next_endpoint; in _ux_device_class_storage_control_request()
163 transfer_request = &endpoint_out -> ux_slave_endpoint_transfer_request; in _ux_device_class_storage_control_request()
Dux_device_class_storage_format.c82 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb) in _ux_device_class_storage_format() argument
95 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_format()
98 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_format()
Dux_device_class_storage_mode_select.c86 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_mode_select() argument
100 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_mode_select()
102 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_mode_select()
Dux_device_class_storage_write.c93 … UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb, UCHAR scsi_command) in _ux_device_class_storage_write() argument
131 transfer_request = &endpoint_out -> ux_slave_endpoint_transfer_request; in _ux_device_class_storage_write()
150 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_write()
169 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_write()
205 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_write()
241 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_write()
266 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_write()
291 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_write()
Dux_device_class_storage_test_ready.c87 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_test_ready() argument
95 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_test_ready()
118 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_test_ready()
Dux_device_class_storage_verify.c79 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_verify() argument
85 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_verify()
Dux_device_class_storage_prevent_allow_media_removal.c80 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_prevent_allow_media_removal() argument
85 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_prevent_allow_media_removal()
Dux_device_class_storage_start_stop.c79 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_start_stop() argument
84 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_start_stop()
Dux_device_class_hid_activate.c98 UX_SLAVE_ENDPOINT *endpoint_out = UX_NULL; in _ux_device_class_hid_activate() local
132 if (endpoint_out != UX_NULL) in _ux_device_class_hid_activate()
141 endpoint_out = endpoint_interrupt; in _ux_device_class_hid_activate()
170 hid -> ux_device_class_hid_read_endpoint = endpoint_out; in _ux_device_class_hid_activate()
173 if (hid -> ux_device_class_hid_receiver && endpoint_out) in _ux_device_class_hid_activate()
Dux_device_class_storage_tasks_run.c418 UX_SLAVE_ENDPOINT *endpoint_in, *endpoint_out; in _ux_device_class_storage_cmd_process() local
474 endpoint_out = storage -> ux_device_class_storage_ep_out; in _ux_device_class_storage_cmd_process()
493 _ux_device_class_storage_test_ready(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
498 _ux_device_class_storage_request_sense(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
503 _ux_device_class_storage_format(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
508 _ux_device_class_storage_inquiry(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
513 _ux_device_class_storage_start_stop(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
518 …x_device_class_storage_prevent_allow_media_removal(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
523 … _ux_device_class_storage_read_format_capacity(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
528 _ux_device_class_storage_read_capacity(storage, lun, endpoint_in, endpoint_out, cbwcb); in _ux_device_class_storage_cmd_process()
[all …]
Dux_device_class_storage_read_format_capacity.c91 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_read_format_capacity() argument
99 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_read_format_capacity()
Dux_device_class_storage_read_dvd_structure.c213 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_read_dvd_structure() argument
226 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_read_dvd_structure()
Dux_device_class_storage_read_disk_information.c115 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_read_disk_information() argument
122 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_read_disk_information()
Dux_device_class_storage_read_toc.c92 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_read_toc() argument
103 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_read_toc()
Dux_device_class_storage_report_key.c93 UX_SLAVE_ENDPOINT *endpoint_out, in _ux_device_class_storage_report_key() argument
104 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_report_key()
Dux_device_class_storage_get_performance.c97 UX_SLAVE_ENDPOINT *endpoint_out, in _ux_device_class_storage_get_performance() argument
108 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_get_performance()
Dux_device_class_storage_inquiry.c97 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_inquiry() argument
106 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_inquiry()
117 _ux_device_stack_endpoint_stall(endpoint_out); in _ux_device_class_storage_inquiry()
Dux_device_class_storage_request_sense.c92 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb) in _ux_device_class_storage_request_sense() argument
103 UX_PARAMETER_NOT_USED(endpoint_out); in _ux_device_class_storage_request_sense()
/USBX-v6.2.1/common/core/src/
Dux_device_class_dpump_deactivate.c83 UX_SLAVE_ENDPOINT *endpoint_out; in _ux_device_class_dpump_deactivate() local
102 endpoint_out = endpoint_in; in _ux_device_class_dpump_deactivate()
105 endpoint_in = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_dpump_deactivate()
111 endpoint_out = endpoint_in -> ux_slave_endpoint_next_endpoint; in _ux_device_class_dpump_deactivate()
116 _ux_device_stack_transfer_all_request_abort(endpoint_out, UX_TRANSFER_BUS_RESET); in _ux_device_class_dpump_deactivate()
Dux_device_class_dpump_thread.c97 UX_SLAVE_ENDPOINT *endpoint_out; in _ux_device_class_dpump_thread() local
125 endpoint_out = endpoint_in; in _ux_device_class_dpump_thread()
128 endpoint_in = endpoint_out -> ux_slave_endpoint_next_endpoint; in _ux_device_class_dpump_thread()
134 endpoint_out = endpoint_in -> ux_slave_endpoint_next_endpoint; in _ux_device_class_dpump_thread()
142 transfer_request = &endpoint_out -> ux_slave_endpoint_transfer_request; in _ux_device_class_dpump_thread()
156endpoint_out -> ux_slave_endpoint_transfer_request.ux_slave_transfer_request_data_pointer, in _ux_device_class_dpump_thread()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h588 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb);
590 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb);
592 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb);
594 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb);
596 UX_SLAVE_ENDPOINT *endpoint_in, UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb);
598 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb, UCHAR scsi_command);
600 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb);
602 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb);
604 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb);
606 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb);
[all …]

12