Home
last modified time | relevance | path

Searched refs:UX_HCD_SIM_HOST_ED (Results 1 – 21 of 21) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_periodic_endpoint_destroy.c75 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
76 UX_HCD_SIM_HOST_ED *previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
77 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
82 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_ed_obtain.c73 UX_HCD_SIM_HOST_ED *_ux_hcd_sim_host_ed_obtain(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_ed_obtain()
76 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_ed_obtain()
90 … _ux_utility_memory_set(ed, 0, sizeof(UX_HCD_SIM_HOST_ED)); /* Use case of memset is verified. */ in _ux_hcd_sim_host_ed_obtain()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c76 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
77 UX_HCD_SIM_HOST_ED *previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
78 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
83 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_least_traffic_list_get.c72 UX_HCD_SIM_HOST_ED *_ux_hcd_sim_host_least_traffic_list_get(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_least_traffic_list_get()
75 UX_HCD_SIM_HOST_ED *min_bandwidth_ed; in _ux_hcd_sim_host_least_traffic_list_get()
76 UX_HCD_SIM_HOST_ED *begin_ed; in _ux_hcd_sim_host_least_traffic_list_get()
77 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_least_traffic_list_get()
Dux_hcd_sim_host_endpoint_reset.c78 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_endpoint_reset()
83 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_endpoint_reset()
Dux_hcd_sim_host_periodic_tree_create.c75 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_periodic_tree_create()
79 UX_HCD_SIM_HOST_ED *ed_list[32]; in _ux_hcd_sim_host_periodic_tree_create()
80 UX_HCD_SIM_HOST_ED *ed_start_list[32]; in _ux_hcd_sim_host_periodic_tree_create()
Dux_hcd_sim_host_interrupt_endpoint_create.c96 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
97 UX_HCD_SIM_HOST_ED *ed_list; in _ux_hcd_sim_host_interrupt_endpoint_create()
98 UX_HCD_SIM_HOST_ED *next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_isochronous_endpoint_create.c76 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
77 UX_HCD_SIM_HOST_ED *head_ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynch_schedule.c74 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_asynch_schedule()
75 UX_HCD_SIM_HOST_ED *first_ed; in _ux_hcd_sim_host_asynch_schedule()
Dux_hcd_sim_host_asynchronous_endpoint_create.c77 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()
78 UX_HCD_SIM_HOST_ED *head_ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_transfer_abort.c81 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_transfer_abort()
91 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_transfer_abort()
Dux_hcd_sim_host_transfer_run.c88 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_transfer_run()
100 ed = (UX_HCD_SIM_HOST_ED *)endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_transfer_run()
Dux_hcd_sim_host_ed_td_clean.c72 VOID _ux_hcd_sim_host_ed_td_clean(UX_HCD_SIM_HOST_ED *ed) in _ux_hcd_sim_host_ed_td_clean()
Dux_hcd_sim_host_periodic_schedule.c76 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_periodic_schedule()
Dux_hcd_sim_host_request_interupt_transfer.c79 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_request_bulk_transfer.c88 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_request_bulk_transfer()
Dux_hcd_sim_host_initialize.c122 …lity_memory_allocate(UX_ALIGN_16, UX_REGULAR_MEMORY, (ULONG)sizeof(UX_HCD_SIM_HOST_ED) * _ux_syste… in _ux_hcd_sim_host_initialize()
Dux_hcd_sim_host_request_isochronous_transfer.c91 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_request_isochronous_transfer()
Dux_hcd_sim_host_request_control_transfer.c90 UX_HCD_SIM_HOST_ED *ed; in _ux_hcd_sim_host_request_control_transfer()
Dux_hcd_sim_host_transaction_schedule.c101 UINT _ux_hcd_sim_host_transaction_schedule(UX_HCD_SIM_HOST *hcd_sim_host, UX_HCD_SIM_HOST_ED *ed) in _ux_hcd_sim_host_transaction_schedule()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h162 } UX_HCD_SIM_HOST_ED; typedef
232 UX_HCD_SIM_HOST_ED
234 VOID _ux_hcd_sim_host_ed_td_clean(UX_HCD_SIM_HOST_ED *ed);
248 UX_HCD_SIM_HOST_ED
262 UINT _ux_hcd_sim_host_transaction_schedule(UX_HCD_SIM_HOST *hcd_sim_host, UX_HCD_SIM_HOST_ED *ed…