Searched refs:previous_ed (Results 1 – 6 of 6) sorted by relevance
78 UX_EHCI_ED *previous_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy() local87 previous_ed = ed -> ux_ehci_ed_previous_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()101 previous_ed -> ux_ehci_ed_queue_head = queue_head.ed_ptr; in _ux_hcd_ehci_asynchronous_endpoint_destroy()105 hcd_ehci -> ux_hcd_ehci_asynch_last_list = previous_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()
80 UX_EHCI_ED *previous_ed; in _ux_hcd_ehci_periodic_tree_create() local131 previous_ed = ed_list[current_list_entry * 2]; in _ux_hcd_ehci_periodic_tree_create()132 previous_ed -> ux_ehci_ed_queue_head = lp.ed_ptr; in _ux_hcd_ehci_periodic_tree_create()133 previous_ed -> ux_ehci_ed_next_ed = ed; in _ux_hcd_ehci_periodic_tree_create()134 previous_ed -> REF_AS.ANCHOR.ux_ehci_ed_next_anchor = ed; in _ux_hcd_ehci_periodic_tree_create()135 previous_ed = ed_list[(current_list_entry * 2) + 1]; in _ux_hcd_ehci_periodic_tree_create()136 previous_ed -> ux_ehci_ed_queue_head = lp.ed_ptr; in _ux_hcd_ehci_periodic_tree_create()137 previous_ed -> ux_ehci_ed_next_ed = ed; in _ux_hcd_ehci_periodic_tree_create()138 previous_ed -> REF_AS.ANCHOR.ux_ehci_ed_next_anchor = ed; in _ux_hcd_ehci_periodic_tree_create()
85 UX_OHCI_ED *previous_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy() local116 previous_ed = ed -> ux_ohci_ed_previous_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()122 if (previous_ed == UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_destroy()164 previous_ed -> ux_ohci_ed_next_ed = 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()
81 UX_OHCI_ED *previous_ed; in _ux_hcd_ohci_periodic_endpoint_destroy() local113 previous_ed = ed -> ux_ohci_ed_previous_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()128 next_ed -> ux_ohci_ed_previous_ed = previous_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
75 UX_HCD_SIM_HOST_ED *previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy() local84 previous_ed = ed -> ux_sim_host_ed_previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()90 if (previous_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()95 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
76 UX_HCD_SIM_HOST_ED *previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy() local85 previous_ed = ed -> ux_sim_host_ed_previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()91 if (previous_ed == UX_NULL) 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()102 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()