Lines Matching refs:report
29 /* Pointer to the replacement report descriptor. NULL if none. */
32 * Size of the replacement report descriptor.
47 * tablets which don't report that.
112 /* no report associated (HID_QUIRK_MULTI_INPUT not set) */
113 if (!hi->report)
117 * If this is the input corresponding to the pen report
120 if (hi->report->id == params->pen.id) {
125 field = hi->report->field[0];
202 /* Generate replacement report descriptor */
208 "failed generating replacement report descriptor: %d\n",
251 struct hid_report *report,
259 (report->type == HID_INPUT_REPORT) &&
260 (report->id == params->pen.id) &&
262 /* If it's the "virtual" frame controls report */
265 /* Change to virtual frame controls report ID */
276 * If report contains fragmented high-resolution pen
311 if ((report->type == HID_INPUT_REPORT) &&
312 (report->id == params->frame.id)) {