Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_remote_control_usage_array (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_remote_control_activate.c118 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()
Dux_host_class_hid_remote_control_deactivate.c111 … _ux_utility_memory_free(remote_control_instance -> ux_host_class_hid_remote_control_usage_array); in _ux_host_class_hid_remote_control_deactivate()
Dux_host_class_hid_remote_control_callback.c91 array_start = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_callback()
Dux_host_class_hid_remote_control_usage_get.c101 array_start = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_usage_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_remote_control.h93 ULONG *ux_host_class_hid_remote_control_usage_array; member