Home
last modified time | relevance | path

Searched refs:td_index (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_isochronous_td_obtain.c78 ULONG td_index; in _ux_hcd_ohci_isochronous_td_obtain() local
83 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_ohci_isochronous_td_obtain()
Dux_hcd_ehci_hsisochronous_td_obtain.c85 ULONG td_index; in _ux_hcd_ehci_hsisochronous_td_obtain()
90 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_ehci_hsisochronous_td_obtain()
Dux_hcd_ohci_regular_td_obtain.c83 ULONG td_index; in _ux_hcd_ohci_regular_td_obtain() local
92 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_ohci_regular_td_obtain()
Dux_hcd_ehci_fsisochronous_td_obtain.c85 ULONG td_index; in _ux_hcd_ehci_fsisochronous_td_obtain()
90 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_ehci_fsisochronous_td_obtain()
Dux_hcd_ehci_regular_td_obtain.c83 ULONG td_index; in _ux_hcd_ehci_regular_td_obtain() local
92 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_ehci_regular_td_obtain()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_isochronous_td_obtain.c77 ULONG td_index; in _ux_hcd_sim_host_isochronous_td_obtain() local
82 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_sim_host_isochronous_td_obtain()
Dux_hcd_sim_host_regular_td_obtain.c82 ULONG td_index; in _ux_hcd_sim_host_regular_td_obtain() local
91 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_sim_host_regular_td_obtain()
Dux_hcd_sim_host_uninitialize.c81 UINT td_index; in _ux_hcd_sim_host_uninitialize() local
96 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_sim_host_uninitialize()
98 td = &hcd_sim_host -> ux_hcd_sim_host_td_list[td_index]; in _ux_hcd_sim_host_uninitialize()