Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_remote_control_activate.c85 UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance; in _ux_host_class_hid_remote_control_activate() local
101remote_control_instance = &client_remote_control -> ux_host_class_hid_client_remote_control_remote… in _ux_host_class_hid_remote_control_activate()
106 hid_client -> ux_host_class_hid_client_local_instance = (VOID *) remote_control_instance; in _ux_host_class_hid_remote_control_activate()
109 remote_control_instance -> ux_host_class_hid_remote_control_hid = hid; in _ux_host_class_hid_remote_control_activate()
112remote_control_instance -> ux_host_class_hid_remote_control_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_hid_remote_control_activate()
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()
131remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head = remote_control_ins… in _ux_host_class_hid_remote_control_activate()
132remote_control_instance -> ux_host_class_hid_remote_control_usage_array_tail = remote_control_ins… in _ux_host_class_hid_remote_control_activate()
160 …INE_INSERT(UX_TRACE_HOST_CLASS_HID_REMOTE_CONTROL_ACTIVATE, hid, remote_control_instance, 0, 0, UX… in _ux_host_class_hid_remote_control_activate()
[all …]
Dux_host_class_hid_remote_control_usage_get.c75 …s_hid_remote_control_usage_get(UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance, ULONG *u… in _ux_host_class_hid_remote_control_usage_get() argument
85 hid = remote_control_instance -> ux_host_class_hid_remote_control_hid; in _ux_host_class_hid_remote_control_usage_get()
101 array_start = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_usage_get()
103 array_head = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head; in _ux_host_class_hid_remote_control_usage_get()
104 array_tail = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_tail; in _ux_host_class_hid_remote_control_usage_get()
121 remote_control_instance -> ux_host_class_hid_remote_control_usage_array_tail = array_tail; in _ux_host_class_hid_remote_control_usage_get()
168 UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance, in _uxe_host_class_hid_remote_control_usage_get() argument
173 if ((remote_control_instance == UX_NULL) || in _uxe_host_class_hid_remote_control_usage_get()
179 return(_ux_host_class_hid_remote_control_usage_get(remote_control_instance, usage, value)); in _uxe_host_class_hid_remote_control_usage_get()
Dux_host_class_hid_remote_control_callback.c76 UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance; in _ux_host_class_hid_remote_control_callback() local
88remote_control_instance = (UX_HOST_CLASS_HID_REMOTE_CONTROL *) hid_client -> ux_host_class_hid_cl… in _ux_host_class_hid_remote_control_callback()
91 array_start = remote_control_instance -> ux_host_class_hid_remote_control_usage_array; in _ux_host_class_hid_remote_control_callback()
93 array_head = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head; in _ux_host_class_hid_remote_control_callback()
94 array_tail = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_tail; in _ux_host_class_hid_remote_control_callback()
117remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head = array_head_next; in _ux_host_class_hid_remote_control_callback()
123 …ERT(UX_TRACE_HOST_CLASS_HID_REMOTE_CONTROL_CALLBACK, hid_client, remote_control_instance, 0, 0, UX… in _ux_host_class_hid_remote_control_callback()
Dux_host_class_hid_remote_control_deactivate.c82 UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance; in _ux_host_class_hid_remote_control_deactivate() local
96remote_control_instance = (UX_HOST_CLASS_HID_REMOTE_CONTROL *) hid_client -> ux_host_class_hid_cl… in _ux_host_class_hid_remote_control_deactivate()
99 …E_INSERT(UX_TRACE_HOST_CLASS_HID_REMOTE_CONTROL_DEACTIVATE, hid, remote_control_instance, 0, 0, UX… in _ux_host_class_hid_remote_control_deactivate()
111 … _ux_utility_memory_free(remote_control_instance -> ux_host_class_hid_remote_control_usage_array); in _ux_host_class_hid_remote_control_deactivate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_remote_control.h112 …s_hid_remote_control_usage_get(UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance, ULONG *u…
114 …s_hid_remote_control_usage_get(UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance, ULONG *u…