Lines Matching defs:report
22 * It shows that the feature report ID 2 could be used to control any waltop
31 * indescribable by a report descriptor).
42 /* Size of the original report descriptor of Slim Tablet 5.8 inch */
93 /* Size of the original report descriptor of Slim Tablet 12.1 inch */
144 /* Size of the original report descriptor of Q Pad */
195 /* Size of the original report descriptor of tablet with PID 0038 */
199 * Fixed report descriptor for tablet with PID 0038.
248 /* Size of the original report descriptor of Media Tablet 10.6 inch */
361 /* Size of the original report descriptor of Media Tablet 14.1 inch */
472 /* Size of the original report descriptor of Sirius Battery Free Tablet */
652 static int waltop_raw_event(struct hid_device *hdev, struct hid_report *report,
655 /* If this is a pen input report */
656 if (report->type == HID_INPUT_REPORT && report->id == 16 && size >= 8) {
670 /* If this is a pen input report of Sirius Battery Free Tablet */
672 report->type == HID_INPUT_REPORT &&
673 report->id == 16 &&