Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_remote_control_callback.c78 ULONG *array_head; in _ux_host_class_hid_remote_control_callback() local
94 array_head = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head; in _ux_host_class_hid_remote_control_callback()
102 array_head_next = array_head + 2; in _ux_host_class_hid_remote_control_callback()
114 *array_head = callback -> ux_host_class_hid_report_callback_usage; in _ux_host_class_hid_remote_control_callback()
115 *(array_head + 1) = callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_remote_control_callback()
Dux_host_class_hid_keyboard_key_get.c80 ULONG *array_head; in _ux_host_class_hid_keyboard_key_get() local
102 array_head = keyboard_instance -> ux_host_class_hid_keyboard_usage_array_head; in _ux_host_class_hid_keyboard_key_get()
106 if (array_tail == array_head) in _ux_host_class_hid_keyboard_key_get()
Dux_host_class_hid_remote_control_usage_get.c79 ULONG *array_head; in _ux_host_class_hid_remote_control_usage_get() local
104 array_head = remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head; in _ux_host_class_hid_remote_control_usage_get()
108 if (array_tail == array_head) in _ux_host_class_hid_remote_control_usage_get()
Dux_host_class_hid_keyboard_callback.c133 ULONG *array_head; local
538 array_head = keyboard_instance -> ux_host_class_hid_keyboard_usage_array_head;
546 if ((array_head + 2) >= array_end)
547 array_head = array_start;
549 array_head += 2;
552 if (array_head != array_tail)
560 keyboard_instance -> ux_host_class_hid_keyboard_usage_array_head = array_head;