Searched refs:dummy_dw1 (Results 1 – 1 of 1) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_host_hid_test.c | 120 ULONG dummy_dw1, dummy_dw2; in ux_test_thread_simulation_0_entry() local 187 status = ux_host_class_hid_keyboard_key_get(UX_NULL, &dummy_dw1, &dummy_dw2); in ux_test_thread_simulation_0_entry() 191 status = ux_host_class_hid_keyboard_key_get(&dummy_keyboard, &dummy_dw1, UX_NULL); in ux_test_thread_simulation_0_entry() 193 status = ux_host_class_hid_keyboard_key_get(&dummy_keyboard, &dummy_dw1, &dummy_dw1); in ux_test_thread_simulation_0_entry() 202 status = ux_host_class_hid_mouse_buttons_get(UX_NULL, &dummy_dw1); in ux_test_thread_simulation_0_entry() 225 status = ux_host_class_hid_remote_control_usage_get(UX_NULL, &dummy_dw1, &dummy_dw2); in ux_test_thread_simulation_0_entry() 229 status = ux_host_class_hid_remote_control_usage_get(&dummy_remote_control, &dummy_dw1, UX_NULL); in ux_test_thread_simulation_0_entry() 231 …status = ux_host_class_hid_remote_control_usage_get(&dummy_remote_control, &dummy_dw1, &dummy_dw1); in ux_test_thread_simulation_0_entry()
|