Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_client (Results 1 – 25 of 58) sorted by relevance

123

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_activate.c113 …_ux_utility_memory_copy(hid_client, hid -> ux_host_class_hid_client, sizeof(UX_HOST_CLASS_HID_CLIE… in _ux_host_class_hid_mouse_activate()
145 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_mouse_activate()
199 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_client_search.c123 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_client_search()
130 hid -> ux_host_class_hid_client = UX_NULL; in _ux_host_class_hid_client_search()
Dux_host_class_hid_deactivate.c138 if (hid -> ux_host_class_hid_client != UX_NULL) in _ux_host_class_hid_deactivate()
139 hid -> ux_host_class_hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_deactivate()
Dux_host_class_hid_remote_control_activate.c103 …_ux_utility_memory_copy(hid_client, hid -> ux_host_class_hid_client, sizeof(UX_HOST_CLASS_HID_CLIE… in _ux_host_class_hid_remote_control_activate()
157 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_remote_control_activate()
Dux_host_class_hid_mouse_deactivate.c92 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_mouse_deactivate()
Dux_host_class_hid_remote_control_deactivate.c93 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_remote_control_deactivate()
Dux_host_class_hid_tasks_run.c104 UX_HOST_CLASS_HID_CLIENT *client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_inst_tasks_run()
Dux_host_class_hid_keyboard_deactivate.c101 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_keyboard_deactivate()
Dux_host_class_hid_keyboard_activate.c191 …_ux_utility_memory_copy(hid_client, hid -> ux_host_class_hid_client, sizeof(UX_HOST_CLASS_HID_CLIE… in _ux_host_class_hid_keyboard_activate()
367 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_keyboard_activate()
422 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_keyboard_activate()
Dux_host_class_hid_keyboard_entry.c160 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_keyboard_activate_wait()
Dux_host_class_hid_mouse_entry.c155 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_hid_transfer_request_completed.c125 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_entry.c470 … status = hid -> ux_host_class_hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_client_activate_wait()
475 hid -> ux_host_class_hid_client = UX_NULL; in _ux_host_class_hid_client_activate_wait()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_mouse_activate_test.c328 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
368 fake_hid.ux_host_class_hid_client = &fake_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_test_common_hid.h84 hid_client = hid -> ux_host_class_hid_client; in demo_class_hid_get()
Dusbx_ux_host_class_hid_remote_control_activate_test.c292 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_report_set_test2.c297 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_keyboard_extraction_test2.c330 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_mouse_extraction_test2.c325 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_remote_control_extraction_test2.c314 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_uninitialize_test.c293 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_deactivate_test3.c290 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_mouse_extraction_test.c326 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_keyboard_extraction_test.c334 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_remote_control_extraction_test.c317 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()

123