| /USBX-v6.2.1/common/core/inc/ |
| D | ux_hcd_sim_host.h | 140 } UX_HCD_SIM_HOST; typedef 227 VOID _ux_hcd_sim_host_asynch_queue_process(UX_HCD_SIM_HOST *hcd_sim_host); 228 VOID _ux_hcd_sim_host_asynch_schedule(UX_HCD_SIM_HOST *hcd_sim_host); 229 UINT _ux_hcd_sim_host_asynchronous_endpoint_create(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *e… 230 UINT _ux_hcd_sim_host_asynchronous_endpoint_destroy(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *… 232 *_ux_hcd_sim_host_ed_obtain(UX_HCD_SIM_HOST *hcd_sim_host); 234 UINT _ux_hcd_sim_host_endpoint_reset(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *endpoint); 236 UINT _ux_hcd_sim_host_frame_number_get(UX_HCD_SIM_HOST *hcd_sim_host, ULONG *frame_number); 237 VOID _ux_hcd_sim_host_frame_number_set(UX_HCD_SIM_HOST *hcd_sim_host, ULONG frame_number); 239 UINT _ux_hcd_sim_host_uninitialize(UX_HCD_SIM_HOST *hcd); [all …]
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_hcd_sim_host_timer_function.c | 83 UX_HCD_SIM_HOST *hcd_sim_host; in _ux_hcd_sim_host_timer_function() 88 UX_TIMER_EXTENSION_PTR_GET(hcd_sim_host, UX_HCD_SIM_HOST, hcd_sim_host_addr) in _ux_hcd_sim_host_timer_function()
|
| D | ux_hcd_sim_host_uninitialize.c | 77 UINT _ux_hcd_sim_host_uninitialize(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_uninitialize() 90 hcd_sim_host = (UX_HCD_SIM_HOST *)hcd -> ux_hcd_controller_hardware; in _ux_hcd_sim_host_uninitialize()
|
| D | ux_hcd_sim_host_asynch_queue_process.c | 72 VOID _ux_hcd_sim_host_asynch_queue_process(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_asynch_queue_process()
|
| D | ux_hcd_sim_host_iso_queue_process.c | 71 VOID _ux_hcd_sim_host_iso_queue_process(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_iso_queue_process()
|
| D | ux_hcd_sim_host_iso_schedule.c | 70 VOID _ux_hcd_sim_host_iso_schedule(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_iso_schedule()
|
| D | ux_hcd_sim_host_frame_number_get.c | 72 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()
|
| D | ux_hcd_sim_host_frame_number_set.c | 72 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()
|
| D | ux_hcd_sim_host_controller_disable.c | 72 UINT _ux_hcd_sim_host_controller_disable(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_controller_disable()
|
| D | ux_hcd_sim_host_endpoint_reset.c | 74 UINT _ux_hcd_sim_host_endpoint_reset(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *endpoint) in _ux_hcd_sim_host_endpoint_reset()
|
| D | ux_hcd_sim_host_port_status_get.c | 100 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()
|
| D | ux_hcd_sim_host_port_reset.c | 80 UINT _ux_hcd_sim_host_port_reset(UX_HCD_SIM_HOST *hcd_sim_host, ULONG port_index) in _ux_hcd_sim_host_port_reset()
|
| D | ux_hcd_sim_host_ed_obtain.c | 72 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()
|
| D | ux_hcd_sim_host_isochronous_td_obtain.c | 72 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()
|
| D | ux_hcd_sim_host_periodic_schedule.c | 72 VOID _ux_hcd_sim_host_periodic_schedule(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_periodic_schedule()
|
| D | ux_hcd_sim_host_regular_td_obtain.c | 77 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()
|
| D | ux_hcd_sim_host_initialize.c | 93 UX_HCD_SIM_HOST *hcd_sim_host; in _ux_hcd_sim_host_initialize() 101 …d_sim_host = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HCD_SIM_HOST)); in _ux_hcd_sim_host_initialize()
|
| D | ux_hcd_sim_host_entry.c | 99 UX_HCD_SIM_HOST *hcd_sim_host; in _ux_hcd_sim_host_entry() 116 hcd_sim_host = (UX_HCD_SIM_HOST *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_sim_host_entry()
|
| D | ux_hcd_sim_host_request_transfer.c | 85 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()
|
| D | ux_hcd_sim_host_periodic_endpoint_destroy.c | 71 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()
|
| D | ux_hcd_sim_host_asynchronous_endpoint_destroy.c | 72 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()
|
| D | ux_hcd_sim_host_isochronous_endpoint_create.c | 72 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()
|
| D | ux_hcd_sim_host_least_traffic_list_get.c | 71 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()
|
| D | ux_hcd_sim_host_asynch_schedule.c | 70 VOID _ux_hcd_sim_host_asynch_schedule(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_asynch_schedule()
|
| /USBX-v6.2.1/test/regression/ |
| D | ux_test_hcd_sim_host.c | 22 UX_HCD_SIM_HOST *hcd_sim_host = hcd -> ux_hcd_controller_hardware; in ux_test_hcd_sim_host_disconnect_no_wait() 75 UX_HCD_SIM_HOST *hcd_sim_host = hcd -> ux_hcd_controller_hardware; in ux_test_hcd_sim_host_connect_no_wait() 130 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()
|