Home
last modified time | relevance | path

Searched refs:ux_sim_host_ed_head_td (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_transaction_schedule.c131 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 …]
Dux_hcd_sim_host_ed_td_clean.c80 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()
Dux_hcd_sim_host_transfer_abort.c116 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()
Dux_hcd_sim_host_periodic_schedule.c92 …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()
Dux_hcd_sim_host_isochronous_endpoint_create.c100 ed -> ux_sim_host_ed_head_td = (UX_HCD_SIM_HOST_TD *) ((void *) td); in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynch_schedule.c100 if (ed -> ux_sim_host_ed_tail_td != ed -> ux_sim_host_ed_head_td) in _ux_hcd_sim_host_asynch_schedule()
Dux_hcd_sim_host_asynchronous_endpoint_create.c108 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_transfer_run.c110 if (ed -> ux_sim_host_ed_head_td != ed -> ux_sim_host_ed_tail_td) in _ux_hcd_sim_host_transfer_run()
Dux_hcd_sim_host_interrupt_endpoint_create.c127 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_request_isochronous_transfer.c138 if (ed -> ux_sim_host_ed_tail_td == ed -> ux_sim_host_ed_head_td) in _ux_hcd_sim_host_request_isochronous_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h151 *ux_sim_host_ed_head_td; member