Searched refs:ux_sim_host_ed_head_td (Results 1 – 11 of 11) sorted by relevance
81 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_ed_td_clean()92 ed -> ux_sim_host_ed_head_td = head_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_ed_td_clean()95 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_ed_td_clean()
132 td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()201 ed -> ux_sim_host_ed_head_td = td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transaction_schedule()263 ed -> ux_sim_host_ed_head_td = data_td; in _ux_hcd_sim_host_transaction_schedule()269 ed -> ux_sim_host_ed_head_td -> ux_sim_host_td_status = UX_UNUSED; in _ux_hcd_sim_host_transaction_schedule()274 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()346 td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()349 ed -> ux_sim_host_ed_head_td = td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transaction_schedule()380 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()391 ed -> ux_sim_host_ed_head_td = head_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transaction_schedule()394 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transaction_schedule()[all …]
117 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transfer_abort()128 ed -> ux_sim_host_ed_head_td = head_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_transfer_abort()131 head_td = ed -> ux_sim_host_ed_head_td; in _ux_hcd_sim_host_transfer_abort()
93 …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()97 … 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()
101 ed -> ux_sim_host_ed_head_td = (UX_HCD_SIM_HOST_TD *) ((void *) td); in _ux_hcd_sim_host_isochronous_endpoint_create()
101 if (ed -> ux_sim_host_ed_tail_td != ed -> ux_sim_host_ed_head_td) in _ux_hcd_sim_host_asynch_schedule()
109 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_asynchronous_endpoint_create()
111 if (ed -> ux_sim_host_ed_head_td != ed -> ux_sim_host_ed_tail_td) in _ux_hcd_sim_host_transfer_run()
128 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_interrupt_endpoint_create()
139 if (ed -> ux_sim_host_ed_tail_td == ed -> ux_sim_host_ed_head_td) in _ux_hcd_sim_host_request_isochronous_transfer()
152 *ux_sim_host_ed_head_td; member