Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_interface_endpoint_get.c78 UINT _ux_host_stack_interface_endpoint_get(UX_INTERFACE *interface_ptr, UINT endpoint_index, UX_EN… in _ux_host_stack_interface_endpoint_get() function
187 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.c89 …status = _ux_host_stack_interface_endpoint_get(dpump -> ux_host_class_dpump_interface, endpoint_i… in _ux_host_class_dpump_endpoints_get()
134 …status = _ux_host_stack_interface_endpoint_get(dpump -> ux_host_class_dpump_interface, endpoint_i… in _ux_host_class_dpump_endpoints_get()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_endpoints_get.c95 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
135 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
175 …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_prolific_endpoints_get.c97 …status = _ux_host_stack_interface_endpoint_get(prolific -> ux_host_class_prolific_interface, endp… in _ux_host_class_prolific_endpoints_get()
137 …status = _ux_host_stack_interface_endpoint_get(prolific -> ux_host_class_prolific_interface, endp… in _ux_host_class_prolific_endpoints_get()
177 …status = _ux_host_stack_interface_endpoint_get(prolific -> ux_host_class_prolific_interface, endp… in _ux_host_class_prolific_endpoints_get()
Dux_host_class_storage_endpoints_get.c97 …status = _ux_host_stack_interface_endpoint_get(storage -> ux_host_class_storage_interface, endpoin… in _ux_host_class_storage_endpoints_get()
137 …status = _ux_host_stack_interface_endpoint_get(storage -> ux_host_class_storage_interface, endpoin… in _ux_host_class_storage_endpoints_get()
191 …status = _ux_host_stack_interface_endpoint_get(storage -> ux_host_class_storage_interface, endpoin… in _ux_host_class_storage_endpoints_get()
Dux_host_class_swar_endpoints_get.c87 …status = _ux_host_stack_interface_endpoint_get(swar -> ux_host_class_swar_interface, endpoint_ind… in _ux_host_class_swar_endpoints_get()
128 …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_asix_endpoints_get.c98 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
145 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
188 …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_printer_endpoints_get.c89 …status = _ux_host_stack_interface_endpoint_get(printer -> ux_host_class_printer_interface, endpoi… in _ux_host_class_printer_endpoints_get()
137 …status = _ux_host_stack_interface_endpoint_get(printer -> ux_host_class_printer_interface, endpoi… in _ux_host_class_printer_endpoints_get()
Dux_host_class_cdc_ecm_endpoints_get.c136 status = _ux_host_stack_interface_endpoint_get(data_interface, endpoint_index, &endpoint); in _ux_host_class_cdc_ecm_endpoints_get()
182 status = _ux_host_stack_interface_endpoint_get(data_interface, endpoint_index, &endpoint); in _ux_host_class_cdc_ecm_endpoints_get()
230 …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_gser_endpoints_get.c90 …status = _ux_host_stack_interface_endpoint_get(gser -> ux_host_class_gser_interface_array[interfa… in _ux_host_class_gser_endpoints_get()
131 …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_acm_endpoints_get.c105 …status = _ux_host_stack_interface_endpoint_get(cdc_acm -> ux_host_class_cdc_acm_interface, endpoin… in _ux_host_class_cdc_acm_endpoints_get()
172 …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_video_endpoints_get.c86 …status = _ux_host_stack_interface_endpoint_get(video -> ux_host_class_video_streaming_interface, … in _ux_host_class_video_endpoints_get()
Dux_host_class_hub_interrupt_endpoint_start.c92 …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.c99 …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.c241 … status = _ux_host_stack_interface_endpoint_get(video -> ux_host_class_video_streaming_interface, in _ux_host_class_video_channel_start()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_interface_endpoint_get_test.c402 status = _ux_host_stack_interface_endpoint_get(interface, 0, &endpoint); in tx_demo_thread_host_simulation_entry()
412 status = _ux_host_stack_interface_endpoint_get(interface, 10, &endpoint); in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h178 UINT _ux_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_E…
Dux_api.h2786 …efine ux_host_stack_interface_endpoint_get _ux_host_stack_interface_endpoint_get