Lines Matching full:report

29 	0x85, 0x12,        /*    Report ID (18),         */
40 0x75, 0x01, /* Report Size (1), */
41 0x95, 0x08, /* Report Count (8), */
43 0x95, 0x30, /* Report Count (48), */
52 0x85, 0x12, /* Report ID (18), */
59 0x75, 0x01, /* Report Size (1), */
60 0x95, 0x04, /* Report Count (4), */
62 0x95, 0x34, /* Report Count (52), */
71 0x85, 0x12, /* Report ID (18), */
78 0x75, 0x01, /* Report Size (1), */
79 0x95, 0x04, /* Report Count (4), */
81 0x95, 0x34, /* Report Count (52), */
90 0x85, 0x12, /* Report ID (18), */
97 0x75, 0x01, /* Report Size (1), */
98 0x95, 0x04, /* Report Count (4), */
100 0x95, 0x34, /* Report Count (52), */
109 0x85, 0x12, /* Report ID (18), */
112 0x75, 0x01, /* Report Size (1), */
113 0x95, 0x08, /* Report Count (8), */
124 0x95, 0x30, /* Report Count (48), */
133 0x85, 0x12, /* Report ID (18), */
140 0x75, 0x01, /* Report Size (1), */
141 0x95, 0x04, /* Report Count (4), */
143 0x95, 0x34, /* Report Count (52), */
152 0x85, 0x12, /* Report ID (18), */
159 0x75, 0x01, /* Report Size (1), */
160 0x95, 0x04, /* Report Count (4), */
164 0x95, 0x10, /* Report Count (16), */
169 0x75, 0x08, /* Report Size (8), */
170 0x95, 0x03, /* Report Count (3), */
172 0x95, 0x01, /* Report Count (1), */
181 0x85, 0x12, /* Report ID (18), */
184 0x75, 0x01, /* Report Size (1), */
185 0x95, 0x04, /* Report Count (4), */
191 0x95, 0x34, /* Report Count (52), */
200 0x85, 0x12, /* Report ID (18), */
204 0x75, 0x01, /* Report Size (1), */
205 0x95, 0x08, /* Report Count (8), */
207 0x95, 0x37, /* Report Count (55), */
217 0x85, 0x05, /* Report ID (5), */
221 0x75, 0x08, /* Report Size (8), */
222 0x95, 0x07, /* Report Count (7), */
228 0x85, 0x10, /* Report ID (16), */
236 0x75, 0x01, /* Report Size (1), */
237 0x95, 0x03, /* Report Count (3), */
239 0x95, 0x04, /* Report Count (4), */
242 0x95, 0x01, /* Report Count (1), */
244 0x75, 0x10, /* Report Size (16), */
253 0x75, 0x10, /* Report Size (16), */
269 0x85, 0x11, /* Report ID (17), */
277 0x75, 0x01, /* Report Size (1), */
278 0x95, 0x03, /* Report Count (3), */
280 0x95, 0x04, /* Report Count (4), */
284 0x95, 0x01, /* Report Count (1), */
294 0x75, 0x10, /* Report Size (16), */
303 0x75, 0x08, /* Report Size (8), */
304 0x95, 0x01, /* Report Count (1), */
368 * (report ID 3) to a reasonable value in kye_consumer_control_fixup()
377 hid_info(hdev, "fixing up %s report descriptor\n", device_name); in kye_consumer_control_fixup()
388 * - Their Logical Maximum never exceed 32767 (7F FF), though device do report
409 "tablet report size too small, or kye_tablet_rdesc unexpectedly large\n"); in kye_tablet_fixup()
463 * - report size 8 count 1 must be size 1 count 8 for button in kye_report_fixup()
476 "report descriptor\n"); in kye_report_fixup()
519 struct hid_report *report; in kye_tablet_enable() local
524 report = list_entry(head, struct hid_report, list); in kye_tablet_enable()
525 if (report->id == 5) in kye_tablet_enable()
530 hid_err(hdev, "tablet-enabling feature report not found\n"); in kye_tablet_enable()
534 if (report->maxfield < 1 || report->field[0]->report_count < 7) { in kye_tablet_enable()
535 hid_err(hdev, "invalid tablet-enabling feature report\n"); in kye_tablet_enable()
539 value = report->field[0]->value; in kye_tablet_enable()
557 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in kye_tablet_enable()