Home
last modified time | relevance | path

Searched refs:client_command (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_keyboard_activate_test.c282 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local
319 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
350 status = _ux_host_class_hid_keyboard_activate(&client_command); 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()
401 status = _ux_host_class_hid_keyboard_activate(&client_command); 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()
436 status = _ux_host_class_hid_keyboard_activate(&client_command); 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()
462 status = _ux_host_class_hid_keyboard_activate(&client_command); 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()
[all …]
Dusbx_ux_host_class_hid_mouse_activate_test.c312 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local
338 client_command.ux_host_class_hid_client_command_instance = hid; in tx_demo_thread_host_simulation_entry()
348 status = _ux_host_class_hid_mouse_activate(&client_command); 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()
377 status = _ux_host_class_hid_mouse_activate(&client_command); 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()
400 status = _ux_host_class_hid_mouse_activate(&client_command); in tx_demo_thread_host_simulation_entry()
417 status = _ux_host_class_hid_mouse_activate(&client_command); in tx_demo_thread_host_simulation_entry()
430 status = _ux_host_class_hid_mouse_activate(&client_command); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_entry_test.c291 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local
307 client_command.ux_host_class_hid_client_command_request = 0xdeadbeef; in tx_demo_thread_host_simulation_entry()
309 status = _ux_host_class_hid_keyboard_entry(&client_command); in tx_demo_thread_host_simulation_entry()
322 client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_QUERY; in tx_demo_thread_host_simulation_entry()
323client_command.ux_host_class_hid_client_command_page = UX_HOST_CLASS_HID_PAGE_GENERIC_DESKTOP_CONT… in tx_demo_thread_host_simulation_entry()
324client_command.ux_host_class_hid_client_command_usage = UX_HOST_CLASS_HID_GENERIC_DESKTOP_KEYBOARD… in tx_demo_thread_host_simulation_entry()
326 status = _ux_host_class_hid_keyboard_entry(&client_command); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_mouse_entry_test.c293 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local
309 client_command.ux_host_class_hid_client_command_request = 0xdeadbeef; in tx_demo_thread_host_simulation_entry()
311 status = _ux_host_class_hid_mouse_entry(&client_command); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_remote_control_entry_test.c293 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local
309 client_command.ux_host_class_hid_client_command_request = 0xdeadbeef; in tx_demo_thread_host_simulation_entry()
311 status = _ux_host_class_hid_remote_control_entry(&client_command); in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_entry.c107 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in _ux_host_class_hid_entry() local
166client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_DESTROY; in _ux_host_class_hid_entry()
167client_command.ux_host_class_hid_client_command_container = (VOID *)command -> ux_host_class_comma… in _ux_host_class_hid_entry()
168 client -> ux_host_class_hid_client_handler(&client_command); in _ux_host_class_hid_entry()