Searched refs:hcd_index (Results 1 – 7 of 7) sorted by relevance
87 UINT hcd_index; in _ux_host_stack_hcd_thread_entry() local105 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_thread_entry()108 hcd_index = 0; in _ux_host_stack_hcd_thread_entry()112 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_hcd_thread_entry()
81 UINT hcd_index; in _ux_host_stack_rh_change_process() local88 for(hcd_index = 0; hcd_index < UX_SYSTEM_HOST_MAX_HCD_GET(); hcd_index++) in _ux_host_stack_rh_change_process()92 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_rh_change_process()
90 UINT hcd_index; in _ux_host_stack_hnp_polling_thread_entry() local113 … for (hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_registered_hcd; hcd_index++) in _ux_host_stack_hnp_polling_thread_entry()117 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_hnp_polling_thread_entry()
95 ULONG hcd_index; in _ux_host_stack_hcd_register() local115 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_register()
121 ULONG hcd_index; in _ux_host_stack_tasks_run() local126 for (hcd_index = 0; hcd_index < UX_SYSTEM_HOST_MAX_HCD_GET(); hcd_index++) in _ux_host_stack_tasks_run()128 hcd_inst = &_ux_system_host->ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_tasks_run()
89 UINT hcd_index; in _ux_hcd_ehci_interrupt_handler() local100 for (hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_registered_hcd; hcd_index++) in _ux_hcd_ehci_interrupt_handler()104 …if (_ux_system_host -> ux_system_host_hcd_array[hcd_index].ux_hcd_controller_type == UX_EHCI_CONTR… in _ux_hcd_ehci_interrupt_handler()108 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_hcd_ehci_interrupt_handler()
90 UINT hcd_index; in _ux_hcd_ohci_interrupt_handler() local101 for (hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_registered_hcd; hcd_index++) in _ux_hcd_ohci_interrupt_handler()105 …if (_ux_system_host -> ux_system_host_hcd_array[hcd_index].ux_hcd_controller_type == UX_OHCI_CONTR… in _ux_hcd_ohci_interrupt_handler()109 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_hcd_ohci_interrupt_handler()