Home
last modified time | relevance | path

Searched refs:hcd_index (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_hcd_thread_entry.c88 UINT hcd_index; in _ux_host_stack_hcd_thread_entry() local
106 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()
Dux_host_stack_rh_change_process.c82 UINT hcd_index; in _ux_host_stack_rh_change_process() local
89 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()
Dux_host_stack_hcd_register.c96 ULONG hcd_index; in _ux_host_stack_hcd_register() local
116 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_register()
Dux_host_stack_hnp_polling_thread_entry.c91 UINT hcd_index; in _ux_host_stack_hnp_polling_thread_entry() local
114 … 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()
Dux_host_stack_tasks_run.c119 ULONG hcd_index; in _ux_host_stack_tasks_run() local
124 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()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_handler.c90 UINT hcd_index; in _ux_hcd_ehci_interrupt_handler() local
101 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()
Dux_hcd_ohci_interrupt_handler.c91 UINT hcd_index; in _ux_hcd_ohci_interrupt_handler() local
102 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()