Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_client_command_instance (Results 1 – 16 of 16) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_keyboard_activate_test.c319 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
375 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
434 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
460 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
483 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
501 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
525 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
551 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
577 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_mouse_activate_test.c338 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
369 client_command.ux_host_class_hid_client_command_instance = &fake_hid; in tx_demo_thread_host_simulation_entry()
398 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_remote_control_activate_test2.c310 command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
336 command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_remote_control_activate_test.c307 command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_deactivate.c86 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_mouse_deactivate()
Dux_host_class_hid_remote_control_deactivate.c87 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_remote_control_deactivate()
Dux_host_class_hid_keyboard_deactivate.c95 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_keyboard_deactivate()
Dux_host_class_hid_client_search.c84 hid_client_command.ux_host_class_hid_client_command_instance = hid; in _ux_host_class_hid_client_search()
Dux_host_class_hid_deactivate.c133 hid_client_command.ux_host_class_hid_client_command_instance = (VOID *) hid; in _ux_host_class_hid_deactivate()
Dux_host_class_hid_remote_control_activate.c90 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_remote_control_activate()
Dux_host_class_hid_mouse_activate.c100 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_keyboard_entry.c157 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_keyboard_activate_wait()
Dux_host_class_hid_mouse_entry.c152 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_hid_keyboard_activate.c175 hid = command -> ux_host_class_hid_client_command_instance; in _ux_host_class_hid_keyboard_activate()
Dux_host_class_hid_entry.c466 hid_client_command.ux_host_class_hid_client_command_instance = hid; in _ux_host_class_hid_client_activate_wait()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1026 UX_HOST_CLASS_HID *ux_host_class_hid_client_command_instance; member