Searched refs:ux_host_class_hid_item_report_length (Results 1 – 5 of 5) sorted by relevance
94 item -> ux_host_class_hid_item_report_length = (USHORT) *(descriptor + 1); in _ux_host_class_hid_report_item_analyse()111 item -> ux_host_class_hid_item_report_length = 4; 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()
168 descriptor += item.ux_host_class_hid_item_report_length; in _ux_host_class_hid_report_descriptor_get()171 if (length < item.ux_host_class_hid_item_report_length) in _ux_host_class_hid_report_descriptor_get()180 …length -= (ULONG)(item.ux_host_class_hid_item_report_length + item.ux_host_class_hid_item_report_… in _ux_host_class_hid_report_descriptor_get()
81 switch (item -> ux_host_class_hid_item_report_length) in _ux_host_class_hid_item_data_get()
424 descriptor += item.ux_host_class_hid_item_report_length; in _ux_host_class_hid_report_descriptor_parse()427 if (length < item.ux_host_class_hid_item_report_length) in _ux_host_class_hid_report_descriptor_parse()436 …length -= (ULONG)(item.ux_host_class_hid_item_report_length + item.ux_host_class_hid_item_report_… in _ux_host_class_hid_report_descriptor_parse()
955 USHORT ux_host_class_hid_item_report_length; member