Searched refs:ux_host_class_hid_remote_control_usage_array (Results 1 – 5 of 5) sorted by relevance
118 remote_control_instance -> ux_host_class_hid_remote_control_usage_array = (ULONG *) in _ux_host_class_hid_remote_control_activate()123 if (remote_control_instance -> ux_host_class_hid_remote_control_usage_array == UX_NULL) in _ux_host_class_hid_remote_control_activate()131 …ontrol_usage_array_head = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_activate()132 …ontrol_usage_array_tail = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_activate()179 if (remote_control_instance -> ux_host_class_hid_remote_control_usage_array) in _ux_host_class_hid_remote_control_activate()180 … _ux_utility_memory_free(remote_control_instance -> ux_host_class_hid_remote_control_usage_array); in _ux_host_class_hid_remote_control_activate()
111 … _ux_utility_memory_free(remote_control_instance -> ux_host_class_hid_remote_control_usage_array); in _ux_host_class_hid_remote_control_deactivate()
91 array_start = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_callback()
101 array_start = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_usage_get()
93 ULONG *ux_host_class_hid_remote_control_usage_array; member