Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_deactivate.c93 …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()
Dux_host_class_hid_remote_control_deactivate.c94 …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()
Dux_host_class_hid_keyboard_deactivate.c102 …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()
Dux_host_class_hid_keyboard_entry.c164 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()
Dux_host_class_hid_mouse_entry.c159 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()
Dux_host_class_hid_remote_control_callback.c89 …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.c85 …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.c95 keyboard = (UX_HOST_CLASS_HID_KEYBOARD *)client -> ux_host_class_hid_client_local_instance; in _ux_host_class_hid_keyboard_tasks_run()
Dux_host_class_hid_remote_control_activate.c107 hid_client -> ux_host_class_hid_client_local_instance = (VOID *) remote_control_instance; in _ux_host_class_hid_remote_control_activate()
Dux_host_class_hid_mouse_activate.c117 hid_client -> ux_host_class_hid_client_local_instance = (VOID *) mouse_instance; in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_keyboard_activate.c195 hid_client -> ux_host_class_hid_client_local_instance = (VOID *) keyboard_instance; in _ux_host_class_hid_keyboard_activate()
Dux_host_class_hid_keyboard_callback.c165 …d_instance = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance;
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1047 VOID *ux_host_class_hid_client_local_instance; member