Home
last modified time | relevance | path

Searched refs:ux_hcd_controller_hardware (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_uninitialize.c90 hcd_sim_host = (UX_HCD_SIM_HOST *)hcd -> ux_hcd_controller_hardware; in _ux_hcd_sim_host_uninitialize()
131 hcd -> ux_hcd_controller_hardware = UX_NULL; in _ux_hcd_sim_host_uninitialize()
Dux_hcd_sim_host_initialize.c106 hcd -> ux_hcd_controller_hardware = (VOID *) hcd_sim_host; in _ux_hcd_sim_host_initialize()
Dux_hcd_sim_host_entry.c116 hcd_sim_host = (UX_HCD_SIM_HOST *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_sim_host_entry()
/USBX-v6.2.1/test/regression/
Dux_test_hcd_sim_host.c22 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()
Dusbx_storage_tests.c5218 UX_HCD_SIM_HOST *hcd_sim_host = global_hcd -> ux_hcd_controller_hardware; in hssctcesmt_reactivate_hcd_timer()
5236 UX_HCD_SIM_HOST *hcd_sim_host = global_hcd -> ux_hcd_controller_hardware; in host_stack_simultaneous_control_transfers_cause_extra_sem_count_test()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_handler.c109 hcd_ehci = (UX_HCD_EHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ehci_interrupt_handler()
Dux_hcd_ohci_interrupt_handler.c110 hcd_ohci = (UX_HCD_OHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ohci_interrupt_handler()
Dux_hcd_ohci_entry.c114 hcd_ohci = (UX_HCD_OHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ohci_entry()
Dux_hcd_ehci_entry.c114 hcd_ehci = (UX_HCD_EHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ehci_entry()
Dux_hcd_ohci_initialize.c116 hcd -> ux_hcd_controller_hardware = (VOID *) hcd_ohci; in _ux_hcd_ohci_initialize()
Dux_hcd_ehci_initialize.c151 hcd -> ux_hcd_controller_hardware = (VOID *) hcd_ehci; in _ux_hcd_ehci_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2277 void *ux_hcd_controller_hardware; member