Home
last modified time | relevance | path

Searched refs:UX_INTERFACE (Results 1 – 25 of 127) sorted by relevance

123456

/USBX-v6.2.1/common/core/src/
Dux_host_stack_interface_setting_select.c79 UINT _ux_host_stack_interface_setting_select(UX_INTERFACE *interface_ptr) in _ux_host_stack_interface_setting_select()
83 UX_INTERFACE *current_interface; in _ux_host_stack_interface_setting_select()
84 UX_INTERFACE *previous_interface; in _ux_host_stack_interface_setting_select()
85 UX_INTERFACE *main_interface; in _ux_host_stack_interface_setting_select()
257 UINT _uxe_host_stack_interface_setting_select(UX_INTERFACE *interface_ptr) in _uxe_host_stack_interface_setting_select()
Dux_host_stack_new_interface_create.c92 UX_INTERFACE *list_interface; in _ux_host_stack_new_interface_create()
93 UX_INTERFACE *interface_ptr; in _ux_host_stack_new_interface_create()
101 …interface_ptr = (UX_INTERFACE *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, size… in _ux_host_stack_new_interface_create()
Dux_host_stack_configuration_interface_get.c83 UX_INTERFACE **ux_interface) in _ux_host_stack_configuration_interface_get()
88 UX_INTERFACE *current_interface; in _ux_host_stack_configuration_interface_get()
234 UX_INTERFACE **ux_interface) in _uxe_host_stack_configuration_interface_get()
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()
179 UINT _uxe_host_stack_interface_endpoint_get(UX_INTERFACE *interface_ptr, UINT endpoint_index, UX_E… in _uxe_host_stack_interface_endpoint_get()
Dux_host_class_dpump_activate.c89 UX_INTERFACE *interface_ptr; in _ux_host_class_dpump_activate()
96 interface_ptr = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_dpump_activate()
Dux_host_stack_interface_instance_delete.c76 VOID _ux_host_stack_interface_instance_delete(UX_INTERFACE *interface_ptr) in _ux_host_stack_interface_instance_delete()
Dux_host_stack_interface_instance_create.c75 UINT _ux_host_stack_interface_instance_create(UX_INTERFACE *interface_ptr) in _ux_host_stack_interface_instance_create()
Dux_host_stack_configuration_instance_create.c83 UX_INTERFACE *interface_ptr; in _ux_host_stack_configuration_instance_create()
Dux_host_stack_configuration_instance_delete.c83 UX_INTERFACE *interface_ptr; in _ux_host_stack_configuration_instance_delete()
Dux_host_stack_interface_set.c78 UINT _ux_host_stack_interface_set(UX_INTERFACE *interface_ptr) in _ux_host_stack_interface_set()
Dux_host_class_dpump_ioctl.c84 UX_INTERFACE *interface_ptr; in _ux_host_class_dpump_ioctl()
/USBX-v6.2.1/test/regression/
Dusbx_host_stack_new_endpoint_create_coverage_test.c11 extern UINT _ux_host_stack_new_endpoint_create(UX_INTERFACE *ux_interface, UCHAR * interface_endpo…
14 static UX_INTERFACE test_interface;
30 UX_INTERFACE *usbx_interface = &test_interface; in test_application_define()
Dux_host_class_dummy.c153 UX_INTERFACE *interface; in _ux_host_class_dummy_activate()
158 interface = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_dummy_activate()
316 UX_INTERFACE *interface; in _ux_host_class_dummy_device_deactivate()
354 UX_INTERFACE *interface;
377 static UX_INTERFACE *_ux_host_class_dummy_get_interface(UX_HOST_CLASS_DUMMY *dummy, UCHAR interface… in _ux_host_class_dummy_get_interface()
381 UX_INTERFACE *interface; in _ux_host_class_dummy_get_interface()
409 UX_INTERFACE *interface = _ux_host_class_dummy_get_interface(dummy, interface_number, alternate_… in _ux_host_class_dummy_select_interface()
418 UX_INTERFACE *interface; in _ux_host_class_dummy_device_get_endpoint()
446 UX_INTERFACE *interface; in _ux_host_class_dummy_get_endpoint()
Dusbx_host_class_storage_max_lun_get_coverage_test.c20 static UX_INTERFACE storage_interface;
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h150 UX_INTERFACE **ux_interface);
178 UINT _ux_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_E…
179 UINT _ux_host_stack_interface_instance_create(UX_INTERFACE *ux_interface);
180 VOID _ux_host_stack_interface_instance_delete(UX_INTERFACE *ux_interface);
181 UINT _ux_host_stack_interface_set(UX_INTERFACE *ux_interface);
182 UINT _ux_host_stack_interface_setting_select(UX_INTERFACE *ux_interface);
190 UINT _ux_host_stack_new_endpoint_create(UX_INTERFACE *ux_interface, UCHAR * interface_endpoint);
213 UX_INTERFACE **ux_interface);
224 UINT _uxe_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_…
225 UINT _uxe_host_stack_interface_setting_select(UX_INTERFACE *ux_interface);
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_activate.c115 UX_INTERFACE *interface_ptr; in _ux_host_class_cdc_ecm_activate()
121 UX_INTERFACE *control_interface; in _ux_host_class_cdc_ecm_activate()
122 UX_INTERFACE *cur_interface; in _ux_host_class_cdc_ecm_activate()
126 interface_ptr = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_cdc_ecm_activate()
208 cdc_ecm -> ux_host_class_cdc_ecm_interface_control = (UX_INTERFACE *) control_interface; in _ux_host_class_cdc_ecm_activate()
Dux_host_class_printer_activate.c88 UX_INTERFACE *interface_ptr; in _ux_host_class_printer_activate()
97 interface_ptr = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_printer_activate()
Dux_host_class_hid_activate.c90 UX_INTERFACE *interface_ptr; in _ux_host_class_hid_activate()
97 interface_ptr = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_hid_activate()
Dux_host_class_pima_activate.c83 UX_INTERFACE *interface_ptr; in _ux_host_class_pima_activate()
89 interface_ptr = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_pima_activate()
Dux_host_class_storage_activate.c96 UX_INTERFACE *interface_ptr; in _ux_host_class_storage_activate()
103 interface_ptr = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_storage_activate()
Dux_host_class_video_activate.c60 UX_INTERFACE *streaming_interface; in _ux_host_class_video_descriptors_parser()
238 UX_INTERFACE *interface_ptr; in _ux_host_class_video_activate()
246 interface_ptr = (UX_INTERFACE *) command -> ux_host_class_command_container; in _ux_host_class_video_activate()
Dux_host_class_printer_entry.c150 UX_INTERFACE *interface_ptr; in _ux_host_class_printer_activate_wait()
157 interface_ptr = (UX_INTERFACE *)command -> ux_host_class_command_container; in _ux_host_class_printer_activate_wait()
Dux_host_class_video_stop.c91 UX_INTERFACE *interface_ptr; in _ux_host_class_video_stop()
Dux_host_class_video_alternate_setting_locate.c85 UX_INTERFACE *interface_ptr; in _ux_host_class_video_alternate_setting_locate()
Dux_host_class_hid_interrupt_endpoint_search.c87 UX_INTERFACE *interface_ptr; in _ux_host_class_hid_interrupt_endpoint_search()

123456