Home
last modified time | relevance | path

Searched refs:dummy_control (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_audio10_iad_device_interrupt_test.c52 static UX_HOST_CLASS_DUMMY *dummy_control; variable
681 case 0: dummy_control = dummy; break; in test_host_change_function()
692 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
893 _ux_host_class_dummy_set_timeout(dummy_control, 0x83, 0, 10); in _test_device_uac_interrupts()
896 status = _ux_host_class_dummy_transfer(dummy_control, 0x83, 0, host_status, 2, &actual); in _test_device_uac_interrupts()
903 status = _ux_host_class_dummy_transfer(dummy_control, 0x83, 0, host_status, 2, &actual); in _test_device_uac_interrupts()
913 status = _ux_host_class_dummy_transfer(dummy_control, 0x83, 0, host_status, 2, &actual); in _test_device_uac_interrupts()
940 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_audio10_iad_device_control_test.c50 static UX_HOST_CLASS_DUMMY *dummy_control; variable
671 case 0: dummy_control = dummy; break; in test_host_change_function()
682 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
866 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_audio10_iad_device_basic_test.c48 static UX_HOST_CLASS_DUMMY *dummy_control; variable
636 case 0: dummy_control = dummy; break; in test_host_change_function()
647 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
835 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_audio10_device_basic_test.c48 static UX_HOST_CLASS_DUMMY *dummy_control; variable
633 case 0: dummy_control = dummy; break; in test_host_change_function()
644 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
860 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_ux_device_class_video_basic_tests.c49 static UX_HOST_CLASS_DUMMY *dummy_control; variable
628 case 0: dummy_control = dummy; break; in test_host_change_function()
639 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
840 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_audio10_device_feedback_test.c48 static UX_HOST_CLASS_DUMMY *dummy_control; variable
717 case 0: dummy_control = dummy; break; in test_host_change_function()
728 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
936 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_audio20_device_controls_test.c50 static UX_HOST_CLASS_DUMMY *dummy_control; variable
781 case 0: dummy_control = dummy; break; in test_host_change_function()
792 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
975 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_audio20_device_basic_test.c50 static UX_HOST_CLASS_DUMMY *dummy_control; variable
686 case 0: dummy_control = dummy; break; in test_host_change_function()
697 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
885 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_audio20_device_feedback_test.c50 static UX_HOST_CLASS_DUMMY *dummy_control; variable
770 case 0: dummy_control = dummy; break; in test_host_change_function()
781 case 0: dummy_control = UX_NULL; break; in test_host_change_function()
987 status = test_wait_until_not_null((void**)&dummy_control, 100); in tx_test_thread_host_simulation_entry()
Dusbx_uxe_device_video_test.c68 static UX_HOST_CLASS_DUMMY *dummy_control; variable