Searched refs:next_ed (Results 1 – 7 of 7) sorted by relevance
78 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy() local89 next_ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()95 hcd_sim_host -> ux_hcd_sim_host_asynch_head_ed = next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()99 previous_ed -> ux_sim_host_ed_next_ed = next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()102 if (next_ed != UX_NULL) in _ux_hcd_sim_host_asynchronous_endpoint_destroy()103 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()110 hcd_sim_host -> ux_hcd_sim_host_asynch_current_ed = next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
77 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy() local88 next_ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()92 previous_ed -> ux_sim_host_ed_next_ed = next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()95 if (next_ed) in _ux_hcd_sim_host_periodic_endpoint_destroy()96 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
98 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create() local169 next_ed = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()171 next_ed -> ux_sim_host_ed_previous_ed = ed; in _ux_hcd_sim_host_interrupt_endpoint_create()172 ed -> ux_sim_host_ed_next_ed = next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
87 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy() local120 next_ed = ed -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()132 if (next_ed == UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_destroy()141 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL_HEAD_ED, (ULONG) next_ed); in _ux_hcd_ohci_asynchronous_endpoint_destroy()148 if (next_ed == UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_destroy()157 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_BULK_HEAD_ED, (ULONG) next_ed); in _ux_hcd_ohci_asynchronous_endpoint_destroy()165 previous_ed -> ux_ohci_ed_next_ed = next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()169 if (next_ed != UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_destroy()171 next_ed = _ux_utility_virtual_address(next_ed); in _ux_hcd_ohci_asynchronous_endpoint_destroy()172 next_ed -> ux_ohci_ed_previous_ed = previous_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
83 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy() local117 next_ed = ed -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()120 previous_ed -> ux_ohci_ed_next_ed = next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()124 if (next_ed != UX_NULL) in _ux_hcd_ohci_periodic_endpoint_destroy()128 next_ed = _ux_utility_virtual_address(next_ed); in _ux_hcd_ohci_periodic_endpoint_destroy()129 next_ed -> ux_ohci_ed_previous_ed = previous_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
80 UX_EHCI_ED *next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy() local91 next_ed = ed -> ux_ehci_ed_next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()94 previous_ed -> ux_ehci_ed_next_ed = next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()97 next_ed -> ux_ehci_ed_previous_ed = previous_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()100 queue_head.void_ptr = _ux_utility_physical_address(next_ed); in _ux_hcd_ehci_asynchronous_endpoint_destroy()
105 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_interrupt_endpoint_create() local207 next_ed = ed_list -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_interrupt_endpoint_create()211 if (next_ed != UX_NULL) in _ux_hcd_ohci_interrupt_endpoint_create()213 next_ed = _ux_utility_virtual_address(next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()214 next_ed -> ux_ohci_ed_previous_ed = ed; in _ux_hcd_ohci_interrupt_endpoint_create()216 ed -> ux_ohci_ed_next_ed = _ux_utility_physical_address(next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()