Searched refs:hcd_index (Results 1 – 7 of 7) sorted by relevance
88 UINT hcd_index; in _ux_host_stack_hcd_thread_entry() local106 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_thread_entry()109 hcd_index = 0; in _ux_host_stack_hcd_thread_entry()113 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_hcd_thread_entry()
82 UINT hcd_index; in _ux_host_stack_rh_change_process() local89 for(hcd_index = 0; hcd_index < UX_SYSTEM_HOST_MAX_HCD_GET(); hcd_index++) in _ux_host_stack_rh_change_process()93 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_rh_change_process()
96 ULONG hcd_index; in _ux_host_stack_hcd_register() local116 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_register()
91 UINT hcd_index; in _ux_host_stack_hnp_polling_thread_entry() local114 … for (hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_registered_hcd; hcd_index++) in _ux_host_stack_hnp_polling_thread_entry()118 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_hnp_polling_thread_entry()
119 ULONG hcd_index; in _ux_host_stack_tasks_run() local124 for (hcd_index = 0; hcd_index < UX_SYSTEM_HOST_MAX_HCD_GET(); hcd_index++) in _ux_host_stack_tasks_run()126 hcd_inst = &_ux_system_host->ux_system_host_hcd_array[hcd_index]; in _ux_host_stack_tasks_run()
90 UINT hcd_index; in _ux_hcd_ehci_interrupt_handler() local101 for (hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_registered_hcd; hcd_index++) in _ux_hcd_ehci_interrupt_handler()105 …if (_ux_system_host -> ux_system_host_hcd_array[hcd_index].ux_hcd_controller_type == UX_EHCI_CONTR… in _ux_hcd_ehci_interrupt_handler()109 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_hcd_ehci_interrupt_handler()
91 UINT hcd_index; in _ux_hcd_ohci_interrupt_handler() local102 for (hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_registered_hcd; hcd_index++) in _ux_hcd_ohci_interrupt_handler()106 …if (_ux_system_host -> ux_system_host_hcd_array[hcd_index].ux_hcd_controller_type == UX_OHCI_CONTR… in _ux_hcd_ohci_interrupt_handler()110 hcd = &_ux_system_host -> ux_system_host_hcd_array[hcd_index]; in _ux_hcd_ohci_interrupt_handler()