Searched refs:ux_sim_host_ed_next_ed (Results 1 – 10 of 10) sorted by relevance
113 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()
162 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()
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()
89 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()
104 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()
113 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()
105 ed = ed -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_periodic_schedule()
105 ed -> ux_sim_host_ed_next_ed = head_ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
113 ed -> ux_sim_host_ed_next_ed = head_ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()
154 *ux_sim_host_ed_next_ed; member