Searched refs:item_byte (Results 1 – 1 of 1) sorted by relevance
76 UCHAR item_byte; in _ux_host_class_hid_report_item_analyse() local80 item_byte = *descriptor; in _ux_host_class_hid_report_item_analyse()84 if ((item_byte & UX_HOST_CLASS_HID_ITEM_TAG_MASK) == UX_HOST_CLASS_HID_ITEM_TAG_LONG) in _ux_host_class_hid_report_item_analyse()91 item -> ux_host_class_hid_item_report_type = (item_byte >> 2) & 3; in _ux_host_class_hid_report_item_analyse()106 switch (item_byte & UX_HOST_CLASS_HID_ITEM_LENGTH_MASK) in _ux_host_class_hid_report_item_analyse()116 … item -> ux_host_class_hid_item_report_length = item_byte & UX_HOST_CLASS_HID_ITEM_LENGTH_MASK; in _ux_host_class_hid_report_item_analyse()121 item -> ux_host_class_hid_item_report_type = (item_byte >> 2) & 3; in _ux_host_class_hid_report_item_analyse()124 item -> ux_host_class_hid_item_report_tag = item_byte >> 4; in _ux_host_class_hid_report_item_analyse()