Searched refs:ux_host_class_hid_client (Results 1 – 14 of 14) sorted by relevance
114 …_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()146 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_mouse_activate()200 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_mouse_activate()
124 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_client_search()131 hid -> ux_host_class_hid_client = UX_NULL; in _ux_host_class_hid_client_search()
139 if (hid -> ux_host_class_hid_client != UX_NULL) in _ux_host_class_hid_deactivate()140 hid -> ux_host_class_hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_deactivate()
104 …_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()158 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_remote_control_activate()
90 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_mouse_deactivate()
91 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_remote_control_deactivate()
105 UX_HOST_CLASS_HID_CLIENT *client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_inst_tasks_run()
99 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_keyboard_deactivate()
192 …_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()368 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_keyboard_activate()423 hid -> ux_host_class_hid_client = hid_client; in _ux_host_class_hid_keyboard_activate()
161 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_keyboard_activate_wait()
156 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_mouse_activate_wait()
126 hid_client = hid -> ux_host_class_hid_client; in _ux_host_class_hid_transfer_request_completed()
471 … status = hid -> ux_host_class_hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_client_activate_wait()476 hid -> ux_host_class_hid_client = UX_NULL; in _ux_host_class_hid_client_activate_wait()
969 *ux_host_class_hid_client; member