Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_client_local_instance (Results 1 – 25 of 65) sorted by relevance

123

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_deactivate.c95 …RACE_HOST_CLASS_HID_MOUSE_DEACTIVATE, hid, hid_client -> ux_host_class_hid_client_local_instance, … in _ux_host_class_hid_mouse_deactivate()
107 _ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance); in _ux_host_class_hid_mouse_deactivate()
Dux_host_class_hid_remote_control_deactivate.c96 …ance = (UX_HOST_CLASS_HID_REMOTE_CONTROL *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_remote_control_deactivate()
114 _ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance); in _ux_host_class_hid_remote_control_deactivate()
Dux_host_class_hid_keyboard_deactivate.c104 …d_instance = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_keyboard_deactivate()
140 _ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance); in _ux_host_class_hid_keyboard_deactivate()
Dux_host_class_hid_keyboard_entry.c163 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_keyboard_activate_wait()
229 hid_client -> ux_host_class_hid_client_local_instance = UX_NULL; in _ux_host_class_hid_keyboard_activate_wait()
Dux_host_class_hid_mouse_entry.c158 mouse = (UX_HOST_CLASS_HID_MOUSE *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_mouse_activate_wait()
218 hid_client -> ux_host_class_hid_client_local_instance = UX_NULL; in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_hid_remote_control_callback.c88 …ance = (UX_HOST_CLASS_HID_REMOTE_CONTROL *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_remote_control_callback()
Dux_host_class_hid_mouse_callback.c84 …ouse_instance = (UX_HOST_CLASS_HID_MOUSE *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_mouse_callback()
Dux_host_class_hid_keyboard_tasks_run.c94 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_keyboard_tasks_run()
/USBX-v6.2.1/test/regression/
Dusbx_test_common_hid.h101 …hid_keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in demo_class_hid_keyboard_get()
126 hid_mouse = (UX_HOST_CLASS_HID_MOUSE *)hid_client -> ux_host_class_hid_client_local_instance; in demo_class_hid_mouse_get()
151 …ontrol = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)hid_client -> ux_host_class_hid_client_local_instance; in demo_class_hid_remote_control_get()
Dusbx_ux_host_class_hid_remote_control_activate_test.c295 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
298 …ntrol = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_report_set_test2.c300 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
304 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_mouse_extraction_test2.c328 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
332 mouse = (UX_HOST_CLASS_HID_MOUSE *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_remote_control_extraction_test2.c317 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
321 …ntrol = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_deactivate_test3.c293 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
297 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_mouse_extraction_test.c329 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
333 mouse = (UX_HOST_CLASS_HID_MOUSE *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_keyboard_extraction_test.c337 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
341 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_remote_control_extraction_test.c320 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
324 …ntrol = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_callback_test2.c323 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
327 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_control_transfer_stall_test.c307 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
311 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_thread_test.c336 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
340 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_remote_control_callback_test.c320 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
324 …ntrol = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_descriptor_get_test4.c306 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
310 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_remote_control_activate_test2.c298 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
302 …ntrol = (UX_HOST_CLASS_HID_REMOTE_CONTROL *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_id_get_test.c311 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
315 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_transfer_request_completed_raw_test.c354 while (hid_client -> ux_host_class_hid_client_local_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
358 mouse = (UX_HOST_CLASS_HID_MOUSE *)hid_client -> ux_host_class_hid_client_local_instance; in tx_demo_thread_host_simulation_entry()

123