Home
last modified time | relevance | path

Searched refs:UX_TOO_MANY_DEVICES (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_device_create.c132 …ux_system_error_handler(UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_ENUMERATOR, UX_TOO_MANY_DEVICES); in _ux_host_stack_new_device_create()
135 UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_TOO_MANY_DEVICES, 0, 0, 0, UX_TRACE_ERRORS, 0, 0) in _ux_host_stack_new_device_create()
137 return(UX_TOO_MANY_DEVICES); in _ux_host_stack_new_device_create()
147 …ux_system_error_handler(UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_ENUMERATOR, UX_TOO_MANY_DEVICES); in _ux_host_stack_new_device_create()
150 UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_TOO_MANY_DEVICES, 0, 0, 0, UX_TRACE_ERRORS, 0, 0) in _ux_host_stack_new_device_create()
152 return(UX_TOO_MANY_DEVICES); in _ux_host_stack_new_device_create()
Dux_host_stack_rh_device_insertion.c212 if (status == UX_TOO_MANY_DEVICES) in _ux_host_stack_rh_device_insertion()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_new_device_create_test.c467 if (status != UX_TOO_MANY_DEVICES) in tx_test_thread_host_simulation_entry()
489 if (status != UX_TOO_MANY_DEVICES) in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_port_change_connection_process.c212 if (status == UX_TOO_MANY_DEVICES) in _ux_host_class_hub_port_change_connection_process()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1473 #define UX_TOO_MANY_DEVICES 0x11 macro