Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c78 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy() local
89 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()
Dux_hcd_sim_host_periodic_endpoint_destroy.c77 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy() local
88 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()
Dux_hcd_sim_host_interrupt_endpoint_create.c98 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create() local
169 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()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_asynchronous_endpoint_destroy.c87 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy() local
120 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()
Dux_hcd_ohci_periodic_endpoint_destroy.c83 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy() local
117 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()
Dux_hcd_ehci_asynchronous_endpoint_destroy.c80 UX_EHCI_ED *next_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy() local
91 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()
Dux_hcd_ohci_interrupt_endpoint_create.c105 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_interrupt_endpoint_create() local
207 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()