Searched refs:ux_system_host_max_devices (Results 1 – 9 of 9) sorted by relevance
69 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()
478 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()
101 ux_system_host.ux_system_host_max_devices = 2; in test_application_define()
585 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()
108 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()
95 while (container_index++ < _ux_system_host -> ux_system_host_max_devices) in _ux_host_stack_new_device_get()
108 while (current_device_index < _ux_system_host -> ux_system_host_max_devices) in _ux_host_stack_device_get()
161 scan_index < _ux_system_host -> ux_system_host_max_devices; in _ux_host_stack_hcd_unregister()
2573 ULONG ux_system_host_max_devices; member2635 #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)