Searched refs:next_ed (Results 1 – 7 of 7) sorted by relevance
86 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy() local119 next_ed = ed -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()131 if (next_ed == UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_destroy()140 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL_HEAD_ED, (ULONG) next_ed); in _ux_hcd_ohci_asynchronous_endpoint_destroy()147 if (next_ed == UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_destroy()156 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_BULK_HEAD_ED, (ULONG) next_ed); in _ux_hcd_ohci_asynchronous_endpoint_destroy()164 previous_ed -> ux_ohci_ed_next_ed = next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()168 if (next_ed != UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_destroy()170 next_ed = _ux_utility_virtual_address(next_ed); in _ux_hcd_ohci_asynchronous_endpoint_destroy()171 next_ed -> ux_ohci_ed_previous_ed = previous_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
82 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy() local116 next_ed = ed -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()119 previous_ed -> ux_ohci_ed_next_ed = next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()123 if (next_ed != UX_NULL) in _ux_hcd_ohci_periodic_endpoint_destroy()127 next_ed = _ux_utility_virtual_address(next_ed); in _ux_hcd_ohci_periodic_endpoint_destroy()128 next_ed -> ux_ohci_ed_previous_ed = previous_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
79 UX_EHCI_ED *next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy() local90 next_ed = ed -> ux_ehci_ed_next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()93 previous_ed -> ux_ehci_ed_next_ed = next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()96 next_ed -> ux_ehci_ed_previous_ed = previous_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()99 queue_head.void_ptr = _ux_utility_physical_address(next_ed); in _ux_hcd_ehci_asynchronous_endpoint_destroy()
104 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_interrupt_endpoint_create() local206 next_ed = ed_list -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_interrupt_endpoint_create()210 if (next_ed != UX_NULL) in _ux_hcd_ohci_interrupt_endpoint_create()212 next_ed = _ux_utility_virtual_address(next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()213 next_ed -> ux_ohci_ed_previous_ed = ed; in _ux_hcd_ohci_interrupt_endpoint_create()215 ed -> ux_ohci_ed_next_ed = _ux_utility_physical_address(next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()
77 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy() local88 next_ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()94 hcd_sim_host -> ux_hcd_sim_host_asynch_head_ed = next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()98 previous_ed -> ux_sim_host_ed_next_ed = next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()101 if (next_ed != UX_NULL) in _ux_hcd_sim_host_asynchronous_endpoint_destroy()102 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()109 hcd_sim_host -> ux_hcd_sim_host_asynch_current_ed = next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
76 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy() local87 next_ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()91 previous_ed -> ux_sim_host_ed_next_ed = next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()94 if (next_ed) in _ux_hcd_sim_host_periodic_endpoint_destroy()95 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
97 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create() local168 next_ed = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()170 next_ed -> ux_sim_host_ed_previous_ed = ed; in _ux_hcd_sim_host_interrupt_endpoint_create()171 ed -> ux_sim_host_ed_next_ed = next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()