| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_interface_setting_select.c | 79 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()
|
| D | ux_host_stack_new_interface_create.c | 92 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()
|
| D | ux_host_stack_configuration_interface_get.c | 83 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()
|
| D | ux_host_stack_interface_endpoint_get.c | 78 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()
|
| D | ux_host_class_dpump_activate.c | 89 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()
|
| D | ux_host_stack_interface_instance_delete.c | 76 VOID _ux_host_stack_interface_instance_delete(UX_INTERFACE *interface_ptr) in _ux_host_stack_interface_instance_delete()
|
| D | ux_host_stack_interface_instance_create.c | 75 UINT _ux_host_stack_interface_instance_create(UX_INTERFACE *interface_ptr) in _ux_host_stack_interface_instance_create()
|
| D | ux_host_stack_configuration_instance_create.c | 83 UX_INTERFACE *interface_ptr; in _ux_host_stack_configuration_instance_create()
|
| D | ux_host_stack_configuration_instance_delete.c | 83 UX_INTERFACE *interface_ptr; in _ux_host_stack_configuration_instance_delete()
|
| D | ux_host_stack_interface_set.c | 78 UINT _ux_host_stack_interface_set(UX_INTERFACE *interface_ptr) in _ux_host_stack_interface_set()
|
| D | ux_host_class_dpump_ioctl.c | 84 UX_INTERFACE *interface_ptr; in _ux_host_class_dpump_ioctl()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_host_stack_new_endpoint_create_coverage_test.c | 11 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()
|
| D | ux_host_class_dummy.c | 153 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()
|
| D | usbx_host_class_storage_max_lun_get_coverage_test.c | 20 static UX_INTERFACE storage_interface;
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 150 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/ |
| D | ux_host_class_cdc_ecm_activate.c | 115 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()
|
| D | ux_host_class_printer_activate.c | 88 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()
|
| D | ux_host_class_hid_activate.c | 90 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()
|
| D | ux_host_class_pima_activate.c | 83 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()
|
| D | ux_host_class_storage_activate.c | 96 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()
|
| D | ux_host_class_video_activate.c | 60 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()
|
| D | ux_host_class_printer_entry.c | 150 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()
|
| D | ux_host_class_video_stop.c | 91 UX_INTERFACE *interface_ptr; in _ux_host_class_video_stop()
|
| D | ux_host_class_video_alternate_setting_locate.c | 85 UX_INTERFACE *interface_ptr; in _ux_host_class_video_alternate_setting_locate()
|
| D | ux_host_class_hid_interrupt_endpoint_search.c | 87 UX_INTERFACE *interface_ptr; in _ux_host_class_hid_interrupt_endpoint_search()
|