Home
last modified time | relevance | path

Searched refs:_ux_host_stack_interface_endpoint_get (Results 1 – 17 of 17) sorted by relevance

/USBX-v6.3.0/common/core/src/
Dux_host_stack_interface_endpoint_get.c79 UINT _ux_host_stack_interface_endpoint_get(UX_INTERFACE *interface_ptr, UINT endpoint_index, UX_EN… in _ux_host_stack_interface_endpoint_get() function
188 return(_ux_host_stack_interface_endpoint_get(interface_ptr, endpoint_index, endpoint)); in _uxe_host_stack_interface_endpoint_get()
Dux_host_class_dpump_endpoints_get.c90 …status = _ux_host_stack_interface_endpoint_get(dpump -> ux_host_class_dpump_interface, endpoint_i… in _ux_host_class_dpump_endpoints_get()
135 …status = _ux_host_stack_interface_endpoint_get(dpump -> ux_host_class_dpump_interface, endpoint_i… in _ux_host_class_dpump_endpoints_get()
/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_pima_endpoints_get.c96 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
136 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
176 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
Dux_host_class_swar_endpoints_get.c88 …status = _ux_host_stack_interface_endpoint_get(swar -> ux_host_class_swar_interface, endpoint_ind… in _ux_host_class_swar_endpoints_get()
129 …status = _ux_host_stack_interface_endpoint_get(swar -> ux_host_class_swar_interface, endpoint_ind… in _ux_host_class_swar_endpoints_get()
Dux_host_class_storage_endpoints_get.c98 …status = _ux_host_stack_interface_endpoint_get(storage -> ux_host_class_storage_interface, endpoin… in _ux_host_class_storage_endpoints_get()
138 …status = _ux_host_stack_interface_endpoint_get(storage -> ux_host_class_storage_interface, endpoin… in _ux_host_class_storage_endpoints_get()
192 …status = _ux_host_stack_interface_endpoint_get(storage -> ux_host_class_storage_interface, endpoin… in _ux_host_class_storage_endpoints_get()
Dux_host_class_prolific_endpoints_get.c98 …status = _ux_host_stack_interface_endpoint_get(prolific -> ux_host_class_prolific_interface, endp… in _ux_host_class_prolific_endpoints_get()
138 …status = _ux_host_stack_interface_endpoint_get(prolific -> ux_host_class_prolific_interface, endp… in _ux_host_class_prolific_endpoints_get()
178 …status = _ux_host_stack_interface_endpoint_get(prolific -> ux_host_class_prolific_interface, endp… in _ux_host_class_prolific_endpoints_get()
Dux_host_class_printer_endpoints_get.c90 …status = _ux_host_stack_interface_endpoint_get(printer -> ux_host_class_printer_interface, endpoi… in _ux_host_class_printer_endpoints_get()
138 …status = _ux_host_stack_interface_endpoint_get(printer -> ux_host_class_printer_interface, endpoi… in _ux_host_class_printer_endpoints_get()
Dux_host_class_asix_endpoints_get.c99 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
146 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
189 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
Dux_host_class_gser_endpoints_get.c91 …status = _ux_host_stack_interface_endpoint_get(gser -> ux_host_class_gser_interface_array[interfa… in _ux_host_class_gser_endpoints_get()
132 …status = _ux_host_stack_interface_endpoint_get(gser -> ux_host_class_gser_interface_array[interfa… in _ux_host_class_gser_endpoints_get()
Dux_host_class_cdc_ecm_endpoints_get.c137 status = _ux_host_stack_interface_endpoint_get(data_interface, endpoint_index, &endpoint); in _ux_host_class_cdc_ecm_endpoints_get()
183 status = _ux_host_stack_interface_endpoint_get(data_interface, endpoint_index, &endpoint); in _ux_host_class_cdc_ecm_endpoints_get()
231 …status = _ux_host_stack_interface_endpoint_get(cdc_ecm -> ux_host_class_cdc_ecm_interface_control,… in _ux_host_class_cdc_ecm_endpoints_get()
Dux_host_class_video_endpoints_get.c87 …status = _ux_host_stack_interface_endpoint_get(video -> ux_host_class_video_streaming_interface, … in _ux_host_class_video_endpoints_get()
Dux_host_class_cdc_acm_endpoints_get.c106 …status = _ux_host_stack_interface_endpoint_get(cdc_acm -> ux_host_class_cdc_acm_interface, endpoin… in _ux_host_class_cdc_acm_endpoints_get()
173 …status = _ux_host_stack_interface_endpoint_get(cdc_acm -> ux_host_class_cdc_acm_interface, endpoin… in _ux_host_class_cdc_acm_endpoints_get()
Dux_host_class_hub_interrupt_endpoint_start.c93 …status = _ux_host_stack_interface_endpoint_get(hub -> ux_host_class_hub_interface, 0, &hub -> ux_… in _ux_host_class_hub_interrupt_endpoint_start()
Dux_host_class_audio_endpoints_get.c100 …status = _ux_host_stack_interface_endpoint_get(audio -> ux_host_class_audio_streaming_interface, … in _ux_host_class_audio_endpoints_get()
Dux_host_class_video_channel_start.c242 … status = _ux_host_stack_interface_endpoint_get(video -> ux_host_class_video_streaming_interface, in _ux_host_class_video_channel_start()
/USBX-v6.3.0/common/core/inc/
Dux_host_stack.h179 UINT _ux_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_E…
Dux_api.h2782 …efine ux_host_stack_interface_endpoint_get _ux_host_stack_interface_endpoint_get