| /USBX-v6.2.1/common/core/src/ |
| 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() argument 84 current_class_instance = host_class -> ux_host_class_first_instance; 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() argument 160 if ((host_class == UX_NULL) || (class_instance == UX_NULL)) in _uxe_host_stack_class_instance_get() 164 return(_ux_host_stack_class_instance_get(host_class, class_index, class_instance)); in _uxe_host_stack_class_instance_get()
|
| 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() argument 121 *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() argument 184 if ((class_name == UX_NULL) || (host_class == UX_NULL)) in _uxe_host_stack_class_get() 188 return(_ux_host_stack_class_get(class_name, host_class)); in _uxe_host_stack_class_get()
|
| 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() argument 81 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_STACK_CLASS_INSTANCE_CREATE, host_class, class_instance, 0, … in _ux_host_stack_class_instance_create() 87 current_class_instance = host_class -> ux_host_class_first_instance; in _ux_host_stack_class_instance_create() 94 host_class -> ux_host_class_first_instance = class_instance; in _ux_host_stack_class_instance_create()
|
| 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() argument 79 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_STACK_CLASS_INSTANCE_DESTROY, host_class, class_instance, 0,… in _ux_host_stack_class_instance_destroy() 89 current_class_instance = host_class -> ux_host_class_first_instance; in _ux_host_stack_class_instance_destroy() 110 host_class -> ux_host_class_first_instance = next_class_instance; in _ux_host_stack_class_instance_destroy()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_test_common_storage.h | 76 UX_HOST_CLASS *host_class; in host_storage_instance_get() local 80 status = ux_host_stack_class_get(_ux_system_host_class_storage_name, &host_class); in host_storage_instance_get() 92 status = ux_host_stack_class_instance_get(host_class, 0, (void **) &global_storage); in host_storage_instance_get() 107 if (host_class -> ux_host_class_media == UX_NULL) in host_storage_instance_get() 115 global_storage_media = (UX_HOST_CLASS_STORAGE_MEDIA *) host_class -> ux_host_class_media; in host_storage_instance_get()
|
| D | usbx_ux_host_class_hid_entry_test.c | 275 static UX_HOST_CLASS host_class; variable 324 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry() 325 host_class.ux_host_class_client = UX_NULL; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_stack_class_unregister_test.c | 531 UX_HOST_CLASS *host_class; in ux_test_wait_connect() local 548 ux_host_stack_class_get(_ux_system_host_class_dpump_name, &host_class); in ux_test_wait_connect() 549 status = ux_host_stack_class_instance_get(host_class, 0, (VOID **)&host_dpump); in ux_test_wait_connect() 556 ux_host_stack_class_get(_ux_system_host_class_storage_name, &host_class); in ux_test_wait_connect() 557 status = ux_host_stack_class_instance_get(host_class, 0, (VOID **)&host_storage); in ux_test_wait_connect() 564 ux_host_stack_class_get(_ux_system_host_class_hid_name, &host_class); in ux_test_wait_connect() 565 status = ux_host_stack_class_instance_get(host_class, 0, (VOID **)&host_hid); in ux_test_wait_connect()
|
| D | usbx_ux_host_class_hid_activate_test.c | 283 UX_HOST_CLASS host_class; in tx_demo_thread_host_simulation_entry() local 391 host_class.ux_host_class_first_instance = UX_NULL; in tx_demo_thread_host_simulation_entry() 400 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_storage_direct_calls_test.c | 685 UX_HOST_CLASS host_class; in tx_demo_thread_host_simulation_entry() local 1315 host_class.ux_host_class_thread_stack = UX_NULL; in tx_demo_thread_host_simulation_entry() 1316 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry() 1345 host_class.ux_host_class_thread_stack = UX_NULL; in tx_demo_thread_host_simulation_entry() 1346 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry() 1391 host_class.ux_host_class_thread_stack = UX_NULL; in tx_demo_thread_host_simulation_entry() 1392 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry() 1472 host_class.ux_host_class_first_instance = UX_NULL; in tx_demo_thread_host_simulation_entry() 1481 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry() 1521 host_class.ux_host_class_first_instance = UX_NULL; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_stack_class_get_test.c | 448 UX_HOST_CLASS *host_class; in ux_test_thread_simulation_0_entry() local 475 status = _ux_host_stack_class_get(invalid_class_name, &host_class); in ux_test_thread_simulation_0_entry()
|
| D | ux_test.h | 441 UINT ux_test_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **clas…
|
| D | ux_test.c | 1582 UINT ux_test_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **clas… in ux_test_host_stack_class_instance_get() argument 1595 status = ux_host_stack_class_instance_get(host_class, class_index, class_instance); in ux_test_host_stack_class_instance_get()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_api.h | 2874 UINT ux_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **host_class); 2875 UINT ux_host_stack_class_instance_create(UX_HOST_CLASS *host_class, VOID *class_instance); 2876 UINT ux_host_stack_class_instance_destroy(UX_HOST_CLASS *host_class, VOID *class_instance); 2877 UINT ux_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **class_…
|