Lines Matching defs:report
660 struct hid_report *report;
669 report = (struct hid_report *) list;
672 if (report->id)
673 seq_printf(f, "(%d)", report->id);
674 seq_printf(f, "[%s]", table[report->type]);
676 for (k = 0; k < report->maxfield; k++) {
679 hid_dump_field(report->field[k], 6, f);
716 /* dump the report */
1072 struct hid_report *report;
1076 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
1077 for (i = 0; i < report->maxfield; i++) {
1078 for ( j = 0; j < report->field[i]->maxusage; j++) {
1079 usage = report->field[i]->usage + j;
1103 /* dump HID report descriptor */