Searched refs:remote_control_instance (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_remote_control_activate.c | 85 UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance; in _ux_host_class_hid_remote_control_activate() local 101 …remote_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() 112 … remote_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() 131 …remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head = remote_control_ins… in _ux_host_class_hid_remote_control_activate() 132 …remote_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 …]
|
| D | ux_host_class_hid_remote_control_usage_get.c | 75 …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()
|
| D | ux_host_class_hid_remote_control_callback.c | 76 UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance; in _ux_host_class_hid_remote_control_callback() local 88 …remote_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() 117 … remote_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()
|
| D | ux_host_class_hid_remote_control_deactivate.c | 82 UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance; in _ux_host_class_hid_remote_control_deactivate() local 96 …remote_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/ |
| D | ux_host_class_hid_remote_control.h | 112 …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…
|