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_ed_td_clean.c81 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()
Dux_hcd_sim_host_transaction_schedule.c132 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 …]
Dux_hcd_sim_host_transfer_abort.c117 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()
Dux_hcd_sim_host_periodic_schedule.c93 …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()
Dux_hcd_sim_host_isochronous_endpoint_create.c101 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.c101 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.c109 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_transfer_run.c111 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.c128 ed -> ux_sim_host_ed_head_td = td; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_request_isochronous_transfer.c139 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.h152 *ux_sim_host_ed_head_td; member