Searched refs:client_command (Results 1 – 6 of 6) sorted by relevance
282 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local319 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 …]
312 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local338 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()
291 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local307 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()323 …client_command.ux_host_class_hid_client_command_page = UX_HOST_CLASS_HID_PAGE_GENERIC_DESKTOP_CONT… in tx_demo_thread_host_simulation_entry()324 …client_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()
293 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local309 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()
293 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in tx_demo_thread_host_simulation_entry() local309 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()
107 UX_HOST_CLASS_HID_CLIENT_COMMAND client_command; in _ux_host_class_hid_entry() local166 … client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_DESTROY; in _ux_host_class_hid_entry()167 …client_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()