Home
last modified time | relevance | path

Searched refs:UX_HCD_SIM_HOST (Results 1 – 25 of 34) sorted by relevance

12

/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h141 } UX_HCD_SIM_HOST; typedef
228 VOID _ux_hcd_sim_host_asynch_queue_process(UX_HCD_SIM_HOST *hcd_sim_host);
229 VOID _ux_hcd_sim_host_asynch_schedule(UX_HCD_SIM_HOST *hcd_sim_host);
230 UINT _ux_hcd_sim_host_asynchronous_endpoint_create(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *e…
231 UINT _ux_hcd_sim_host_asynchronous_endpoint_destroy(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *…
233 *_ux_hcd_sim_host_ed_obtain(UX_HCD_SIM_HOST *hcd_sim_host);
235 UINT _ux_hcd_sim_host_endpoint_reset(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *endpoint);
237 UINT _ux_hcd_sim_host_frame_number_get(UX_HCD_SIM_HOST *hcd_sim_host, ULONG *frame_number);
238 VOID _ux_hcd_sim_host_frame_number_set(UX_HCD_SIM_HOST *hcd_sim_host, ULONG frame_number);
240 UINT _ux_hcd_sim_host_uninitialize(UX_HCD_SIM_HOST *hcd);
[all …]
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_timer_function.c84 UX_HCD_SIM_HOST *hcd_sim_host; in _ux_hcd_sim_host_timer_function()
89 UX_TIMER_EXTENSION_PTR_GET(hcd_sim_host, UX_HCD_SIM_HOST, hcd_sim_host_addr) in _ux_hcd_sim_host_timer_function()
Dux_hcd_sim_host_asynch_queue_process.c73 VOID _ux_hcd_sim_host_asynch_queue_process(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_asynch_queue_process()
Dux_hcd_sim_host_iso_queue_process.c72 VOID _ux_hcd_sim_host_iso_queue_process(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_iso_queue_process()
Dux_hcd_sim_host_iso_schedule.c71 VOID _ux_hcd_sim_host_iso_schedule(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_iso_schedule()
Dux_hcd_sim_host_uninitialize.c75 UINT _ux_hcd_sim_host_uninitialize(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_uninitialize()
88 hcd_sim_host = (UX_HCD_SIM_HOST *)hcd -> ux_hcd_controller_hardware; in _ux_hcd_sim_host_uninitialize()
Dux_hcd_sim_host_frame_number_get.c73 UINT _ux_hcd_sim_host_frame_number_get(UX_HCD_SIM_HOST *hcd_sim_host, ULONG *frame_number) in _ux_hcd_sim_host_frame_number_get()
Dux_hcd_sim_host_frame_number_set.c73 VOID _ux_hcd_sim_host_frame_number_set(UX_HCD_SIM_HOST *hcd_sim_host, ULONG frame_number) in _ux_hcd_sim_host_frame_number_set()
Dux_hcd_sim_host_controller_disable.c73 UINT _ux_hcd_sim_host_controller_disable(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_controller_disable()
Dux_hcd_sim_host_endpoint_reset.c75 UINT _ux_hcd_sim_host_endpoint_reset(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *endpoint) in _ux_hcd_sim_host_endpoint_reset()
Dux_hcd_sim_host_port_status_get.c101 ULONG _ux_hcd_sim_host_port_status_get(UX_HCD_SIM_HOST *hcd_sim_host, ULONG port_index) in _ux_hcd_sim_host_port_status_get()
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()
Dux_hcd_sim_host_isochronous_td_obtain.c73 UX_HCD_SIM_HOST_ISO_TD *_ux_hcd_sim_host_isochronous_td_obtain(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_isochronous_td_obtain()
Dux_hcd_sim_host_port_reset.c81 UINT _ux_hcd_sim_host_port_reset(UX_HCD_SIM_HOST *hcd_sim_host, ULONG port_index) in _ux_hcd_sim_host_port_reset()
Dux_hcd_sim_host_periodic_schedule.c73 VOID _ux_hcd_sim_host_periodic_schedule(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_periodic_schedule()
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()
Dux_hcd_sim_host_request_transfer.c86 UINT _ux_hcd_sim_host_request_transfer(UX_HCD_SIM_HOST *hcd_sim_host, UX_TRANSFER *transfer_reques… in _ux_hcd_sim_host_request_transfer()
Dux_hcd_sim_host_periodic_endpoint_destroy.c72 UINT _ux_hcd_sim_host_periodic_endpoint_destroy(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *endpoi… in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c73 UINT _ux_hcd_sim_host_asynchronous_endpoint_destroy(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *en… in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_isochronous_endpoint_create.c73 UINT _ux_hcd_sim_host_isochronous_endpoint_create(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *endp… in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynch_schedule.c71 VOID _ux_hcd_sim_host_asynch_schedule(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_asynch_schedule()
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()
Dux_hcd_sim_host_asynchronous_endpoint_create.c74 UINT _ux_hcd_sim_host_asynchronous_endpoint_create(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *end… in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_periodic_tree_create.c72 UINT _ux_hcd_sim_host_periodic_tree_create(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_periodic_tree_create()
Dux_hcd_sim_host_entry.c100 UX_HCD_SIM_HOST *hcd_sim_host; in _ux_hcd_sim_host_entry()
117 hcd_sim_host = (UX_HCD_SIM_HOST *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_sim_host_entry()

12