| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_mouse_activate.c | 113 …_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()
|
| D | ux_host_class_hid_client_search.c | 123 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()
|
| D | ux_host_class_hid_deactivate.c | 138 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()
|
| D | ux_host_class_hid_remote_control_activate.c | 103 …_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()
|
| D | ux_host_class_hid_mouse_deactivate.c | 92 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_mouse_deactivate()
|
| D | ux_host_class_hid_remote_control_deactivate.c | 93 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_remote_control_deactivate()
|
| D | ux_host_class_hid_tasks_run.c | 104 UX_HOST_CLASS_HID_CLIENT *client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_inst_tasks_run()
|
| D | ux_host_class_hid_keyboard_deactivate.c | 101 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_keyboard_deactivate()
|
| D | ux_host_class_hid_keyboard_activate.c | 191 …_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()
|
| D | ux_host_class_hid_keyboard_entry.c | 160 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_keyboard_activate_wait()
|
| D | ux_host_class_hid_mouse_entry.c | 155 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_mouse_activate_wait()
|
| D | ux_host_class_hid_transfer_request_completed.c | 125 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_transfer_request_completed()
|
| D | ux_host_class_hid_entry.c | 470 … 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/ |
| D | usbx_ux_host_class_hid_mouse_activate_test.c | 328 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()
|
| D | usbx_test_common_hid.h | 84 hid_client = hid -> ux_host_class_hid_client; in demo_class_hid_get()
|
| D | usbx_ux_host_class_hid_remote_control_activate_test.c | 292 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_report_set_test2.c | 297 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_keyboard_extraction_test2.c | 330 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_mouse_extraction_test2.c | 325 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_remote_control_extraction_test2.c | 314 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_uninitialize_test.c | 293 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_hid_deactivate_test3.c | 290 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_mouse_extraction_test.c | 326 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_keyboard_extraction_test.c | 334 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_remote_control_extraction_test.c | 317 hid_client = hid -> ux_host_class_hid_client; in tx_demo_thread_host_simulation_entry()
|