Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_configuration_interface_get.c87 UINT container_index; in _ux_host_stack_configuration_interface_get() local
105 container_index = 0; in _ux_host_stack_configuration_interface_get()
115 if (interface_index == container_index) in _ux_host_stack_configuration_interface_get()
122 container_index = 0; in _ux_host_stack_configuration_interface_get()
129 if (alternate_setting_index == container_index) in _ux_host_stack_configuration_interface_get()
141 container_index++; in _ux_host_stack_configuration_interface_get()
175 container_index++; in _ux_host_stack_configuration_interface_get()
Dux_host_stack_new_device_get.c80 ULONG container_index; in _ux_host_stack_new_device_get() local
92 container_index = 0; in _ux_host_stack_new_device_get()
95 while (container_index++ < _ux_system_host -> ux_system_host_max_devices) in _ux_host_stack_new_device_get()
Dux_host_stack_device_remove.c92 ULONG container_index; in _ux_host_stack_device_remove() local
105 container_index = 0; in _ux_host_stack_device_remove()
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()
Dux_host_stack_hnp_polling_thread_entry.c99 ULONG container_index; in _ux_host_stack_hnp_polling_thread_entry() local
145 container_index = 0; in _ux_host_stack_hnp_polling_thread_entry()
148 while (container_index++ < UX_SYSTEM_HOST_MAX_DEVICES_GET()) in _ux_host_stack_hnp_polling_thread_entry()