Home
last modified time | relevance | path

Searched refs:_ux_test_hcd_sim_host_entry (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test_hcd_sim_host.c173 UINT _ux_test_hcd_sim_host_entry(UX_HCD *hcd, UINT function, VOID *parameter)
217 UINT _ux_test_hcd_sim_host_entry(UX_HCD *hcd, UINT function, VOID *parameter) in _ux_test_hcd_sim_host_entry() function
282 hcd -> ux_hcd_entry_function = _ux_test_hcd_sim_host_entry; in _ux_test_hcd_sim_host_initialize()
Dux_test_hcd_sim_host.h21 UINT _ux_test_hcd_sim_host_entry(UX_HCD *hcd, UINT function, VOID *parameter);
Dusbx_storage_tests.c1085 global_hcd->ux_hcd_entry_function = _ux_test_hcd_sim_host_entry; in switch_to_protocol()