Lines Matching refs:report
274 unsigned char *report; in wacom_parse_hid() local
276 report = kzalloc(hid_desc->wDescriptorLength, GFP_KERNEL); in wacom_parse_hid()
277 if (!report) in wacom_parse_hid()
287 report, in wacom_parse_hid()
297 switch (report[i]) { in wacom_parse_hid()
299 switch (report[i + 1]) { in wacom_parse_hid()
313 switch (report[i + 1]) { in wacom_parse_hid()
319 wacom_le16_to_cpu(&report[i + 3]); in wacom_parse_hid()
321 wacom_le16_to_cpu(&report[i + 6]); in wacom_parse_hid()
325 wacom_le16_to_cpu(&report[i + 3]); in wacom_parse_hid()
341 wacom_le16_to_cpu(&report[i + 3]); in wacom_parse_hid()
358 wacom_le16_to_cpu(&report[i + 3]); in wacom_parse_hid()
374 kfree(report); in wacom_parse_hid()