Home
last modified time | relevance | path

Searched refs:array_tail (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_key_get.c80 ULONG *array_tail; in _ux_host_class_hid_keyboard_key_get() local
102 array_tail = keyboard_instance -> ux_host_class_hid_keyboard_usage_array_tail; in _ux_host_class_hid_keyboard_key_get()
105 if (array_tail == array_head) in _ux_host_class_hid_keyboard_key_get()
109 *keyboard_key = *array_tail; in _ux_host_class_hid_keyboard_key_get()
110 *keyboard_state = *(array_tail + 1); in _ux_host_class_hid_keyboard_key_get()
113 if ((array_tail+2) >= array_end) in _ux_host_class_hid_keyboard_key_get()
114 array_tail = array_start; in _ux_host_class_hid_keyboard_key_get()
116 array_tail+=2; in _ux_host_class_hid_keyboard_key_get()
119 keyboard_instance -> ux_host_class_hid_keyboard_usage_array_tail = array_tail; in _ux_host_class_hid_keyboard_key_get()
Dux_host_class_hid_remote_control_usage_get.c79 ULONG *array_tail; in _ux_host_class_hid_remote_control_usage_get() local
104 array_tail = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_tail; in _ux_host_class_hid_remote_control_usage_get()
107 if (array_tail == array_head) in _ux_host_class_hid_remote_control_usage_get()
111 *usage = *array_tail; in _ux_host_class_hid_remote_control_usage_get()
112 *value = *(array_tail + 1); in _ux_host_class_hid_remote_control_usage_get()
115 if ((array_tail+2) >= array_end) in _ux_host_class_hid_remote_control_usage_get()
116 array_tail = array_start; in _ux_host_class_hid_remote_control_usage_get()
118 array_tail += 2; 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()
Dux_host_class_hid_remote_control_callback.c78 ULONG *array_tail; in _ux_host_class_hid_remote_control_callback() local
94 array_tail = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_tail; in _ux_host_class_hid_remote_control_callback()
109 if (array_head_next != array_tail) in _ux_host_class_hid_remote_control_callback()
Dux_host_class_hid_keyboard_callback.c133 ULONG *array_tail; local
538 array_tail = keyboard_instance -> ux_host_class_hid_keyboard_usage_array_tail;
551 if (array_head != array_tail)