Searched refs:UX_TOO_MANY_DEVICES (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_new_device_create.c | 132 …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()
|
| D | ux_host_stack_rh_device_insertion.c | 212 if (status == UX_TOO_MANY_DEVICES) in _ux_host_stack_rh_device_insertion()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_stack_new_device_create_test.c | 467 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/ |
| D | ux_host_class_hub_port_change_connection_process.c | 212 if (status == UX_TOO_MANY_DEVICES) in _ux_host_class_hub_port_change_connection_process()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_api.h | 1473 #define UX_TOO_MANY_DEVICES 0x11 macro
|