Home
last modified time | relevance | path

Searched refs:_ux_device_stack_class_unregister (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_device_stack_class_unregister.c79 UINT _ux_device_stack_class_unregister(UCHAR *class_name, in _ux_device_stack_class_unregister() function
201 return(_ux_device_stack_class_unregister(class_name, class_entry_function)); in _uxe_device_stack_class_unregister()
/USBX-v6.2.1/common/core/inc/
Dux_device_stack.h107 UINT _ux_device_stack_class_unregister(UCHAR *class_name, UINT (*class_entry_function)(struct UX…
Dux_api.h2820 #define ux_device_stack_class_unregister _ux_device_stack_class_unregister
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_stack_class_unregister_test.c474 status = _ux_device_stack_class_unregister(invalid_class_name, _ux_device_class_dpump_entry); in ux_test_thread_simulation_0_entry()