Home
last modified time | relevance | path

Searched refs:next_ed (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_asynchronous_endpoint_destroy.c86 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy() local
119 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()
Dux_hcd_ohci_periodic_endpoint_destroy.c82 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy() local
116 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()
Dux_hcd_ehci_asynchronous_endpoint_destroy.c79 UX_EHCI_ED *next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy() local
90 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()
Dux_hcd_ohci_interrupt_endpoint_create.c104 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_interrupt_endpoint_create() local
206 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()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c77 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy() local
88 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()
Dux_hcd_sim_host_periodic_endpoint_destroy.c76 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy() local
87 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()
Dux_hcd_sim_host_interrupt_endpoint_create.c97 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create() local
168 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()