Searched refs:ux_sim_host_ed_head_td (Results 1 – 11 of 11) sorted by relevance
131 td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()200 ed -> ux_sim_host_ed_head_td = td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transaction_schedule()262 ed -> ux_sim_host_ed_head_td = data_td; in _ux_hcd_sim_host_transaction_schedule()268 ed -> ux_sim_host_ed_head_td -> ux_sim_host_td_status = UX_UNUSED; in _ux_hcd_sim_host_transaction_schedule()273 ed -> ux_sim_host_ed_head_td = ed -> ux_sim_host_ed_head_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transaction_schedule()345 td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()348 ed -> ux_sim_host_ed_head_td = td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transaction_schedule()379 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()390 ed -> ux_sim_host_ed_head_td = head_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transaction_schedule()393 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()[all …]
80 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_ed_td_clean()91 ed -> ux_sim_host_ed_head_td = head_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_ed_td_clean()94 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_ed_td_clean()
116 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transfer_abort()127 ed -> ux_sim_host_ed_head_td = head_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transfer_abort()130 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transfer_abort()
92 …us != UX_HCD_SIM_HOST_ED_STATIC) && (ed -> ux_sim_host_ed_tail_td != ed -> ux_sim_host_ed_head_td)) in _ux_hcd_sim_host_periodic_schedule()96 … if ((ed -> ux_sim_host_ed_head_td -> ux_sim_host_td_status & UX_HCD_SIM_HOST_TD_ACK_PENDING) == 0) in _ux_hcd_sim_host_periodic_schedule()
100 ed -> ux_sim_host_ed_head_td = (UX_HCD_SIM_HOST_TD *) ((void *) td); in _ux_hcd_sim_host_isochronous_endpoint_create()
100 if (ed -> ux_sim_host_ed_tail_td != ed -> ux_sim_host_ed_head_td) in _ux_hcd_sim_host_asynch_schedule()
108 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_asynchronous_endpoint_create()
110 if (ed -> ux_sim_host_ed_head_td != ed -> ux_sim_host_ed_tail_td) in _ux_hcd_sim_host_transfer_run()
127 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_interrupt_endpoint_create()
138 if (ed -> ux_sim_host_ed_tail_td == ed -> ux_sim_host_ed_head_td) in _ux_hcd_sim_host_request_isochronous_transfer()
151 *ux_sim_host_ed_head_td; member