Searched refs:ux_host_class_hid_client_local_instance (Results 1 – 13 of 13) sorted by relevance
93 …RACE_HOST_CLASS_HID_MOUSE_DEACTIVATE, hid, hid_client -> ux_host_class_hid_client_local_instance, … in _ux_host_class_hid_mouse_deactivate()96 _ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance); in _ux_host_class_hid_mouse_deactivate()
94 …ance = (UX_HOST_CLASS_HID_REMOTE_CONTROL *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_remote_control_deactivate()103 _ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance); in _ux_host_class_hid_remote_control_deactivate()
102 …d_instance = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_keyboard_deactivate()126 _ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance); in _ux_host_class_hid_keyboard_deactivate()
164 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_keyboard_activate_wait()230 hid_client -> ux_host_class_hid_client_local_instance = UX_NULL; in _ux_host_class_hid_keyboard_activate_wait()
159 mouse = (UX_HOST_CLASS_HID_MOUSE *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_mouse_activate_wait()219 hid_client -> ux_host_class_hid_client_local_instance = UX_NULL; in _ux_host_class_hid_mouse_activate_wait()
89 …ance = (UX_HOST_CLASS_HID_REMOTE_CONTROL *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_remote_control_callback()
85 …ouse_instance = (UX_HOST_CLASS_HID_MOUSE *) hid_client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_mouse_callback()
95 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_keyboard_tasks_run()
107 hid_client -> ux_host_class_hid_client_local_instance = (VOID *) remote_control_instance; in _ux_host_class_hid_remote_control_activate()
117 hid_client -> ux_host_class_hid_client_local_instance = (VOID *) mouse_instance; in _ux_host_class_hid_mouse_activate()
195 hid_client -> ux_host_class_hid_client_local_instance = (VOID *) keyboard_instance; in _ux_host_class_hid_keyboard_activate()
165 …d_instance = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance;
1047 VOID *ux_host_class_hid_client_local_instance; member