Home
last modified time | relevance | path

Searched refs:ed_list (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_interrupt_endpoint_create.c96 UX_HCD_SIM_HOST_ED *ed_list; in _ux_hcd_sim_host_interrupt_endpoint_create() local
130 ed_list = _ux_hcd_sim_host_least_traffic_list_get(hcd_sim_host); in _ux_hcd_sim_host_interrupt_endpoint_create()
161 ed_list = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
162 while (!(ed_list -> ux_sim_host_ed_status & UX_HCD_SIM_HOST_ED_STATIC)) in _ux_hcd_sim_host_interrupt_endpoint_create()
163 ed_list = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
168 next_ed = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
172 ed -> ux_sim_host_ed_previous_ed = ed_list; in _ux_hcd_sim_host_interrupt_endpoint_create()
173 ed_list -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_periodic_tree_create.c78 UX_HCD_SIM_HOST_ED *ed_list[32]; in _ux_hcd_sim_host_periodic_tree_create() local
112 ed_list[current_list_entry * 2] -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_periodic_tree_create()
113 ed_list[(current_list_entry * 2) + 1] -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_periodic_tree_create()
118 ed_list[current_list_entry] = ed; in _ux_hcd_sim_host_periodic_tree_create()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_interrupt_endpoint_create.c103 UX_OHCI_ED *ed_list; in _ux_hcd_ohci_interrupt_endpoint_create() local
152 ed_list = _ux_hcd_ohci_least_traffic_list_get(hcd_ohci); in _ux_hcd_ohci_interrupt_endpoint_create()
199 ed_list = _ux_utility_virtual_address(ed_list -> ux_ohci_ed_next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()
200 while (!(ed_list -> ux_ohci_ed_dw0 & UX_OHCI_ED_SKIP)) in _ux_hcd_ohci_interrupt_endpoint_create()
201 ed_list = _ux_utility_virtual_address(ed_list -> ux_ohci_ed_next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()
206 next_ed = ed_list -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_interrupt_endpoint_create()
216 ed -> ux_ohci_ed_previous_ed = ed_list; in _ux_hcd_ohci_interrupt_endpoint_create()
217 ed_list -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ehci_poll_rate_entry_get.c86 UX_EHCI_ED *ed_list, ULONG poll_depth) in _ux_hcd_ehci_poll_rate_entry_get() argument
100 if (ed_list -> REF_AS.ANCHOR.ux_ehci_ed_next_anchor == UX_NULL) in _ux_hcd_ehci_poll_rate_entry_get()
102 ed_list = ed_list -> REF_AS.ANCHOR.ux_ehci_ed_next_anchor; in _ux_hcd_ehci_poll_rate_entry_get()
106 return(ed_list); in _ux_hcd_ehci_poll_rate_entry_get()
Dux_hcd_ohci_isochronous_endpoint_create.c84 UX_OHCI_ED *ed_list; in _ux_hcd_ohci_isochronous_endpoint_create() local
130 ed_list = _ux_utility_virtual_address(ohci_hcca -> ux_hcd_ohci_hcca_ed[0]); in _ux_hcd_ohci_isochronous_endpoint_create()
131 while (ed_list -> ux_ohci_ed_next_ed != UX_NULL) in _ux_hcd_ohci_isochronous_endpoint_create()
132 ed_list = _ux_utility_virtual_address(ed_list -> ux_ohci_ed_next_ed); in _ux_hcd_ohci_isochronous_endpoint_create()
135 ed -> ux_ohci_ed_previous_ed = ed_list; in _ux_hcd_ohci_isochronous_endpoint_create()
136 ed_list -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ohci_periodic_tree_create.c81 UX_OHCI_ED *ed_list[32]; in _ux_hcd_ohci_periodic_tree_create() local
120ed_list[current_list_entry * 2] -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_periodic_tree_create()
121ed_list[(current_list_entry * 2) + 1] -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_periodic_tree_create()
126 ed_list[current_list_entry] = ed; in _ux_hcd_ohci_periodic_tree_create()
Dux_hcd_ehci_periodic_tree_create.c84 UX_EHCI_ED *ed_list[32]; in _ux_hcd_ehci_periodic_tree_create() local
131 previous_ed = ed_list[current_list_entry * 2]; in _ux_hcd_ehci_periodic_tree_create()
135 previous_ed = ed_list[(current_list_entry * 2) + 1]; in _ux_hcd_ehci_periodic_tree_create()
143 ed_list[current_list_entry] = ed; in _ux_hcd_ehci_periodic_tree_create()
Dux_hcd_ehci_interrupt_endpoint_create.c116 UX_EHCI_ED *ed_list; in _ux_hcd_ehci_interrupt_endpoint_create() local
260ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_interrupt_endpoint_create()
265 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c116 UX_EHCI_ED *ed_list; in _ux_hcd_ehci_isochronous_endpoint_create()
340ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_isochronous_endpoint_create()
345 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h817 UX_EHCI_ED *_ux_hcd_ehci_poll_rate_entry_get(UX_HCD_EHCI *hcd_ehci, UX_EHCI_ED *ed_list, U…