Home
last modified time | relevance | path

Searched refs:ux_system_host_max_devices (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_hub_hub_device_connect_test.c69 temp = _ux_system_host -> ux_system_host_max_devices; in post_init_host()
70 _ux_system_host -> ux_system_host_max_devices = 1; in post_init_host()
89 _ux_system_host -> ux_system_host_max_devices = temp; in post_init_host()
Dusbx_ux_host_stack_rh_device_insertion_test.c478 temp = _ux_system_host -> ux_system_host_max_devices; in tx_demo_thread_host_simulation_entry()
479 _ux_system_host -> ux_system_host_max_devices = 1; in tx_demo_thread_host_simulation_entry()
489 _ux_system_host -> ux_system_host_max_devices = temp; in tx_demo_thread_host_simulation_entry()
Dusbx_host_class_hub_port_change_connection_process_coverage_test.c101 ux_system_host.ux_system_host_max_devices = 2; in test_application_define()
Dusbx_ux_host_stack_hcd_unregister_test.c585 if (_ux_system_host->ux_system_host_max_devices == 0) in ux_test_thread_simulation_0_entry()
587 … ux_system_host_max_devices= %ld errors\n", __LINE__, _ux_system_host->ux_system_host_max_devices); in ux_test_thread_simulation_0_entry()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_remove.c108 while (container_index++ < _ux_system_host -> ux_system_host_max_devices) in _ux_host_stack_device_remove()
127 if (container_index > _ux_system_host -> ux_system_host_max_devices) in _ux_host_stack_device_remove()
Dux_host_stack_new_device_get.c95 while (container_index++ < _ux_system_host -> ux_system_host_max_devices) in _ux_host_stack_new_device_get()
Dux_host_stack_device_get.c108 while (current_device_index < _ux_system_host -> ux_system_host_max_devices) in _ux_host_stack_device_get()
Dux_host_stack_hcd_unregister.c161 scan_index < _ux_system_host -> ux_system_host_max_devices; in _ux_host_stack_hcd_unregister()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2573 ULONG ux_system_host_max_devices; member
2635 #define UX_SYSTEM_HOST_MAX_DEVICES_SET(n) do { _ux_system_host->ux_system_host_max_devices = …
2636 #define UX_SYSTEM_HOST_MAX_DEVICES_GET() (_ux_system_host->ux_system_host_max_devices)