Home
last modified time | relevance | path

Searched refs:ux_sim_host_ed_next_ed (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_asynch_schedule.c113 if (ed -> ux_sim_host_ed_next_ed == UX_NULL) in _ux_hcd_sim_host_asynch_schedule()
116 … hcd_sim_host -> ux_hcd_sim_host_asynch_current_ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_asynch_schedule()
121 if (ed -> ux_sim_host_ed_next_ed == UX_NULL) in _ux_hcd_sim_host_asynch_schedule()
124 ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_asynch_schedule()
Dux_hcd_sim_host_interrupt_endpoint_create.c162 ed_list = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
164 ed_list = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
169 next_ed = ed_list -> ux_sim_host_ed_next_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()
174 ed_list -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_periodic_endpoint_destroy.c88 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()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c89 next_ed = ed -> ux_sim_host_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()
Dux_hcd_sim_host_least_traffic_list_get.c104 while (ed -> ux_sim_host_ed_next_ed != UX_NULL) in _ux_hcd_sim_host_least_traffic_list_get()
118 ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_least_traffic_list_get()
Dux_hcd_sim_host_periodic_tree_create.c113 ed_list[current_list_entry * 2] -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_periodic_tree_create()
114 ed_list[(current_list_entry * 2) + 1] -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_periodic_tree_create()
Dux_hcd_sim_host_periodic_schedule.c105 ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_periodic_schedule()
Dux_hcd_sim_host_isochronous_endpoint_create.c105 ed -> ux_sim_host_ed_next_ed = head_ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c113 ed -> ux_sim_host_ed_next_ed = head_ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h154 *ux_sim_host_ed_next_ed; member