| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_class_get.c | 84 UINT _ux_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **host_class) in _ux_host_stack_class_get() 87 UX_HOST_CLASS *class_ptr; in _ux_host_stack_class_get() 180 UINT _uxe_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **host_class) in _uxe_host_stack_class_get()
|
| D | ux_host_stack_class_call.c | 74 UX_HOST_CLASS *_ux_host_stack_class_call(UX_HOST_CLASS_COMMAND *class_command) in _ux_host_stack_class_call() 78 UX_HOST_CLASS *class_inst; in _ux_host_stack_class_call()
|
| D | ux_host_stack_class_instance_get.c | 77 UINT _ux_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **class_i… in _ux_host_stack_class_instance_get() 156 UINT _uxe_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **class_… in _uxe_host_stack_class_instance_get()
|
| D | ux_host_stack_initialize.c | 31 UX_COMPILE_TIME_ASSERT(!UX_OVERFLOW_CHECK_MULC_ULONG(sizeof(UX_HOST_CLASS), UX_MAX_CLASS_DRIVER), U… 138 UINT _ux_host_stack_initialize(UINT (*ux_system_host_change_function)(ULONG, UX_HOST_CLASS *, VOID… in _ux_host_stack_initialize() argument 181 …memory = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HOST_CLASS)*UX_MAX… in _ux_host_stack_initialize() 189 _ux_system_host -> ux_system_host_class_array = (UX_HOST_CLASS *) memory; in _ux_host_stack_initialize()
|
| D | ux_host_stack_class_instance_create.c | 75 UINT _ux_host_stack_class_instance_create(UX_HOST_CLASS *host_class, VOID *class_instance) in _ux_host_stack_class_instance_create()
|
| D | ux_host_stack_class_unregister.c | 78 UX_HOST_CLASS *class_inst; in _ux_host_stack_class_unregister()
|
| D | ux_host_stack_class_instance_destroy.c | 72 UINT _ux_host_stack_class_instance_destroy(UX_HOST_CLASS *host_class, VOID *class_instance) in _ux_host_stack_class_instance_destroy()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_stack_class_instance_destroy_test.c | 36 static UX_HOST_CLASS *class_driver; 332 UX_HOST_CLASS *class; in tx_demo_thread_host_simulation_entry() 334 UX_HOST_CLASS class_backup; in tx_demo_thread_host_simulation_entry() 377 ux_utility_memory_copy(&class_backup, class, sizeof(UX_HOST_CLASS)); in tx_demo_thread_host_simulation_entry() 393 ux_utility_memory_copy(class, &class_backup, sizeof(UX_HOST_CLASS)); in tx_demo_thread_host_simulation_entry() 408 ux_utility_memory_copy(class, &class_backup, sizeof(UX_HOST_CLASS)); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_cdc_ecm_uninitialize_test.c | 35 static UX_HOST_CLASS *class_driver_host; 48 static UX_HOST_CLASS *class_driver_device; 222 UX_HOST_CLASS *class; in class_cdc_ecm_get_host()
|
| D | usbx_class_device_enumeration_test.c | 30 static UX_HOST_CLASS *class_driver; 121 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p); 307 UX_HOST_CLASS *cls; in tx_demo_thread_host_simulation_entry() 393 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p) in tx_demo_host_change_function()
|
| D | usbx_ux_test_hub.h | 40 static UX_HOST_CLASS *g_class_driver_host; 56 UX_HOST_CLASS *class; 336 UX_HOST_CLASS *class; in class_dpump_get() 414 UX_HOST_CLASS *class; in class_hub_get() 440 static UINT system_change_function(ULONG event, UX_HOST_CLASS *class, VOID *instance) in system_change_function()
|
| D | usbx_host_stack_class_unregister_coverage_test.c | 16 static UX_HOST_CLASS host_class_array[2];
|
| D | usbx_ux_host_stack_new_interface_create_test.c | 37 static UX_HOST_CLASS *class_driver; 249 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 565 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function()
|
| D | usbx_dpump_basic_test.c | 33 static UX_HOST_CLASS *class_driver; 143 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p); 331 UX_HOST_CLASS *class; in tx_demo_thread_host_simulation_entry() 644 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p) in tx_demo_host_change_function()
|
| D | usbx_msrc_81489_81570_host_cdc_acm_standalone_ac_search_test.c | 36 static UX_HOST_CLASS *class_driver; 331 UX_HOST_CLASS *class_inst; in demo_class_cdc_acm_get() 352 static UINT demo_system_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in demo_system_host_change_function() 514 static UX_HOST_CLASS *good_cls;
|
| D | usbx_hub_quick_hub_device_reconnection_test.c | 27 static UINT my_system_change_function(ULONG event, UX_HOST_CLASS *class, VOID *instance) in my_system_change_function()
|
| D | usbx_ux_host_stack_new_configuration_create_test.c | 95 static UX_HOST_CLASS *class_driver; 331 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 591 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function()
|
| D | usbx_ux_host_stack_rh_change_process_test.c | 36 static UX_HOST_CLASS *class_driver; 248 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 557 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function()
|
| D | usbx_ux_host_stack_new_device_create_test.c | 37 static UX_HOST_CLASS *class_driver; 249 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 556 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function()
|
| D | usbx_ux_host_class_hid_activate_test.c | 144 static UINT ux_system_host_change_function(ULONG a, UX_HOST_CLASS *b, VOID *c) in ux_system_host_change_function() 283 UX_HOST_CLASS host_class; in tx_demo_thread_host_simulation_entry() 291 UX_HOST_CLASS *class; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_class_interface_enumeration_test.c | 30 static UX_HOST_CLASS *class_driver; 124 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p); 307 UX_HOST_CLASS *cls; in ux_demo_dummy_instance_check() 509 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p) in tx_demo_host_change_function()
|
| D | usbx_ux_host_stack_transfer_request_abort_test.c | 30 static UX_HOST_CLASS *class_driver; 124 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p); 325 UX_HOST_CLASS *cls; in ux_demo_dummy_instance_check() 482 static UINT tx_demo_host_change_function(ULONG e, UX_HOST_CLASS *c, VOID *p) in tx_demo_host_change_function()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 133 UX_HOST_CLASS * _ux_host_stack_class_call(UX_HOST_CLASS_COMMAND *class_command); 135 UINT _ux_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **ux_class); 136 UINT _ux_host_stack_class_instance_destroy(UX_HOST_CLASS *class, VOID *class_instance); 137 UINT _ux_host_stack_class_instance_create(UX_HOST_CLASS *class, VOID *class_instance); 138 UINT _ux_host_stack_class_instance_get(UX_HOST_CLASS *class, UINT class_index, VOID **class_inst… 176 UINT _ux_host_stack_initialize(UINT (*ux_system_host_change_function)(ULONG, UX_HOST_CLASS *, VO… 207 UINT _uxe_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **ux_class); 208 UINT _uxe_host_stack_class_instance_get(UX_HOST_CLASS *class, UINT class_index, VOID **class_ins…
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hub_change_detect.c | 87 UX_HOST_CLASS *class; in _ux_host_class_hub_change_detect()
|
| D | ux_host_class_hid_tasks_run.c | 76 UINT _ux_host_class_hid_tasks_run(UX_HOST_CLASS *hid_class) in _ux_host_class_hid_tasks_run()
|