Home
last modified time | relevance | path

Searched refs:hid_mouse_slave (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_report_test.c188 static UX_SLAVE_CLASS_HID *hid_mouse_slave = UX_NULL; variable
240 hid_mouse_slave = (UX_SLAVE_CLASS_HID *)parameter; in mouse_instance_activate_callback()
252 if ((VOID *)hid_mouse_slave == parameter) in instance_deactivate_callback()
253 hid_mouse_slave = UX_NULL; in instance_deactivate_callback()
269 if (hid_mouse_slave == UX_NULL) in break_on_all_activated()
284 if (hid_mouse_slave || hid_keyboard_slave) in break_on_all_removed()
706 if (class == hid_mouse_slave) in demo_thread_hid_callback()
716 if (class == hid_mouse_slave) in demo_thread_hid_get_callback()
Dusbx_class_hid_basic_memory_test.c237 static UX_SLAVE_CLASS_HID *hid_mouse_slave = UX_NULL; variable
308 hid_mouse_slave = (UX_SLAVE_CLASS_HID *)parameter; in mouse_instance_activate_callback()
326 if ((VOID *)hid_mouse_slave == parameter) in instance_deactivate_callback()
327 hid_mouse_slave = UX_NULL; in instance_deactivate_callback()
346 if (hid_mouse_slave == UX_NULL) in break_on_all_activated()
365 if (hid_mouse_slave || hid_keyboard_slave || hid_remote_control_slave) in break_on_all_removed()
801 …if (hid_mouse && hid_keyboard && hid_mouse_slave && hid_keyboard_slave && hid_remote_control && hi… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_receiver_memory_test.c237 static UX_SLAVE_CLASS_HID *hid_mouse_slave = UX_NULL; variable
302 hid_mouse_slave = (UX_SLAVE_CLASS_HID *)parameter; in mouse_instance_activate_callback()
320 if ((VOID *)hid_mouse_slave == parameter) in instance_deactivate_callback()
321 hid_mouse_slave = UX_NULL; in instance_deactivate_callback()
340 if (hid_mouse_slave == UX_NULL) in break_on_all_activated()
359 if (hid_mouse_slave || hid_keyboard_slave || hid_remote_control_slave) in break_on_all_removed()
796 …if (hid_mouse && hid_keyboard && hid_mouse_slave && hid_keyboard_slave && hid_remote_control && hi… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_basic_memory_test.c237 static UX_SLAVE_CLASS_HID *hid_mouse_slave = UX_NULL; variable
302 hid_mouse_slave = (UX_SLAVE_CLASS_HID *)parameter; in mouse_instance_activate_callback()
320 if ((VOID *)hid_mouse_slave == parameter) in instance_deactivate_callback()
321 hid_mouse_slave = UX_NULL; in instance_deactivate_callback()
340 if (hid_mouse_slave == UX_NULL) in break_on_all_activated()
359 if (hid_mouse_slave || hid_keyboard_slave || hid_remote_control_slave) in break_on_all_removed()
795 …if (hid_mouse && hid_keyboard && hid_mouse_slave && hid_keyboard_slave && hid_remote_control && hi… in tx_demo_thread_host_simulation_entry()