Home
last modified time | relevance | path

Searched refs:UX_HCD_SIM_HOST_TD (Results 1 – 16 of 16) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_regular_td_obtain.c78 UX_HCD_SIM_HOST_TD *_ux_hcd_sim_host_regular_td_obtain(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_regular_td_obtain()
81 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_regular_td_obtain()
99 … _ux_utility_memory_set(td, 0, sizeof(UX_HCD_SIM_HOST_TD)); /* Use case of memset is verified. */ in _ux_hcd_sim_host_regular_td_obtain()
Dux_hcd_sim_host_ed_td_clean.c75 UX_HCD_SIM_HOST_TD *head_td; in _ux_hcd_sim_host_ed_td_clean()
76 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_ed_td_clean()
Dux_hcd_sim_host_request_bulk_transfer.c83 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_request_bulk_transfer()
84 UX_HCD_SIM_HOST_TD *start_data_td; in _ux_hcd_sim_host_request_bulk_transfer()
85 UX_HCD_SIM_HOST_TD *next_data_td; in _ux_hcd_sim_host_request_bulk_transfer()
86 UX_HCD_SIM_HOST_TD *previous_td; in _ux_hcd_sim_host_request_bulk_transfer()
87 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_request_bulk_transfer()
Dux_hcd_sim_host_request_control_transfer.c91 UX_HCD_SIM_HOST_TD *setup_td; in _ux_hcd_sim_host_request_control_transfer()
92 UX_HCD_SIM_HOST_TD *chain_td; in _ux_hcd_sim_host_request_control_transfer()
93 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_request_control_transfer()
94 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_request_control_transfer()
95 UX_HCD_SIM_HOST_TD *status_td; in _ux_hcd_sim_host_request_control_transfer()
96 UX_HCD_SIM_HOST_TD *start_data_td; in _ux_hcd_sim_host_request_control_transfer()
97 UX_HCD_SIM_HOST_TD *next_data_td; in _ux_hcd_sim_host_request_control_transfer()
Dux_hcd_sim_host_isochronous_endpoint_create.c100 ed -> ux_sim_host_ed_tail_td = (UX_HCD_SIM_HOST_TD *) ((void *) td); in _ux_hcd_sim_host_isochronous_endpoint_create()
101 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_request_interupt_transfer.c80 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_request_interrupt_transfer()
81 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_transfer_abort.c82 UX_HCD_SIM_HOST_TD *head_td; in _ux_hcd_sim_host_transfer_abort()
83 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_transfer_abort()
Dux_hcd_sim_host_periodic_endpoint_destroy.c78 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c79 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_create.c79 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_uninitialize.c80 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_uninitialize()
Dux_hcd_sim_host_transaction_schedule.c105 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_transaction_schedule()
106 UX_HCD_SIM_HOST_TD *head_td; in _ux_hcd_sim_host_transaction_schedule()
107 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_transaction_schedule()
108 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_transaction_schedule()
Dux_hcd_sim_host_interrupt_endpoint_create.c99 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_initialize.c131 …lity_memory_allocate(UX_ALIGN_32, UX_REGULAR_MEMORY, (ULONG)sizeof(UX_HCD_SIM_HOST_TD) * _ux_syste… in _ux_hcd_sim_host_initialize()
Dux_hcd_sim_host_request_isochronous_transfer.c256 ed -> ux_sim_host_ed_tail_td = (UX_HCD_SIM_HOST_TD *) ((void *) tail_td); in _ux_hcd_sim_host_request_isochronous_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h191 } UX_HCD_SIM_HOST_TD; typedef
254 UX_HCD_SIM_HOST_TD