Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_client_command_request (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_client_search.c86 hid_client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_QUERY; in _ux_host_class_hid_client_search()
120 … hid_client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_ACTIVATE; in _ux_host_class_hid_client_search()
Dux_host_class_hid_remote_control_entry.c88 switch (command -> ux_host_class_hid_client_command_request) in _ux_host_class_hid_remote_control_entry()
Dux_host_class_hid_deactivate.c135 … hid_client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_DEACTIVATE; in _ux_host_class_hid_deactivate()
Dux_host_class_hid_keyboard_entry.c102 switch (command -> ux_host_class_hid_client_command_request) in _ux_host_class_hid_keyboard_entry()
Dux_host_class_hid_mouse_entry.c97 switch (command -> ux_host_class_hid_client_command_request) in _ux_host_class_hid_mouse_entry()
Dux_host_class_hid_entry.c166 … client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_DESTROY; in _ux_host_class_hid_entry()
467 …hid_client_command.ux_host_class_hid_client_command_request = UX_HOST_CLASS_COMMAND_ACTIVATE_WA… in _ux_host_class_hid_client_activate_wait()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_keyboard_entry_test.c307 client_command.ux_host_class_hid_client_command_request = 0xdeadbeef; 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()
Dusbx_ux_host_class_hid_mouse_entry_test.c309 client_command.ux_host_class_hid_client_command_request = 0xdeadbeef; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_remote_control_entry_test.c309 client_command.ux_host_class_hid_client_command_request = 0xdeadbeef; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1024 UINT ux_host_class_hid_client_command_request; member