Home
last modified time | relevance | path

Searched refs:previous_ed (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_asynchronous_endpoint_destroy.c78 UX_EHCI_ED *previous_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy() local
87 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()
Dux_hcd_ehci_periodic_tree_create.c80 UX_EHCI_ED *previous_ed; in _ux_hcd_ehci_periodic_tree_create() local
131 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()
Dux_hcd_ohci_asynchronous_endpoint_destroy.c85 UX_OHCI_ED *previous_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy() local
116 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()
Dux_hcd_ohci_periodic_endpoint_destroy.c81 UX_OHCI_ED *previous_ed; in _ux_hcd_ohci_periodic_endpoint_destroy() local
113 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()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_periodic_endpoint_destroy.c75 UX_HCD_SIM_HOST_ED *previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy() local
84 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()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c76 UX_HCD_SIM_HOST_ED *previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy() local
85 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()