Searched refs:hid_remote_control (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_test_common_hid.h | 48 static UX_HOST_CLASS_HID_REMOTE_CONTROL *hid_remote_control; variable 151 …hid_remote_control = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)hid_client -> ux_host_class_hid_client_lo… in demo_class_hid_remote_control_get() 152 if (hid_remote_control == UX_NULL) in demo_class_hid_remote_control_get() 156 if (hid_remote_control -> ux_host_class_hid_remote_control_state != UX_HOST_CLASS_INSTANCE_LIVE) in demo_class_hid_remote_control_get()
|
| D | usbx_class_hid_remote_control_basic_test.c | 426 status = _wait_remote_control_usage(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 430 status = ux_host_class_hid_remote_control_usage_get(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 434 status = ux_host_class_hid_remote_control_usage_get(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 441 status = _wait_remote_control_usage(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 445 status = ux_host_class_hid_remote_control_usage_get(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 449 status = ux_host_class_hid_remote_control_usage_get(hid_remote_control, &usage, &value); in test_hid_remote_control_events()
|
| D | usbx_class_hid_basic_memory_test.c | 235 static UX_HOST_CLASS_HID_REMOTE_CONTROL *hid_remote_control = UX_NULL; variable 283 …hid_remote_control = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)client->ux_host_class_hid_client_local_in… in ux_system_host_change_function() 295 hid_remote_control = UX_NULL; in ux_system_host_change_function() 356 if (hid_remote_control == UX_NULL) in break_on_all_activated() 367 if (hid_mouse || hid_keyboard || hid_remote_control) in break_on_all_removed() 801 …_mouse && hid_keyboard && hid_mouse_slave && hid_keyboard_slave && hid_remote_control && hid_remot… in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_receiver_memory_test.c | 235 static UX_HOST_CLASS_HID_REMOTE_CONTROL *hid_remote_control = UX_NULL; variable 277 …hid_remote_control = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)client->ux_host_class_hid_client_local_in… in ux_system_host_change_function() 289 hid_remote_control = UX_NULL; in ux_system_host_change_function() 350 if (hid_remote_control == UX_NULL) in break_on_all_activated() 361 if (hid_mouse || hid_keyboard || hid_remote_control) in break_on_all_removed() 796 …_mouse && hid_keyboard && hid_mouse_slave && hid_keyboard_slave && hid_remote_control && hid_remot… in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_basic_memory_test.c | 235 static UX_HOST_CLASS_HID_REMOTE_CONTROL *hid_remote_control = UX_NULL; variable 277 …hid_remote_control = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)client->ux_host_class_hid_client_local_in… in ux_system_host_change_function() 289 hid_remote_control = UX_NULL; in ux_system_host_change_function() 350 if (hid_remote_control == UX_NULL) in break_on_all_activated() 361 if (hid_mouse || hid_keyboard || hid_remote_control) in break_on_all_removed() 795 …_mouse && hid_keyboard && hid_mouse_slave && hid_keyboard_slave && hid_remote_control && hid_remot… in tx_demo_thread_host_simulation_entry()
|