Searched refs:next_position (Results 1 – 1 of 1) sorted by relevance
92 UCHAR *next_position; in _ux_device_class_hid_event_set() local105 next_position = (UCHAR *)current_hid_event + UX_DEVICE_CLASS_HID_EVENT_QUEUE_ITEM_SIZE(hid); in _ux_device_class_hid_event_set()106 if (next_position >= (UCHAR *)hid -> ux_device_class_hid_event_array_end) in _ux_device_class_hid_event_set()107 next_position = (UCHAR *)hid -> ux_device_class_hid_event_array; in _ux_device_class_hid_event_set()108 next_hid_event = (UX_DEVICE_CLASS_HID_EVENT *)next_position; in _ux_device_class_hid_event_set()