Lines Matching defs:report
623 struct hid_report *report;
632 report = (struct hid_report *) list;
635 if (report->id)
636 seq_printf(f, "(%d)", report->id);
637 seq_printf(f, "[%s]", table[report->type]);
639 for (k = 0; k < report->maxfield; k++) {
642 hid_dump_field(report->field[k], 6, f);
679 /* dump the report */
1019 struct hid_report *report;
1023 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
1024 for (i = 0; i < report->maxfield; i++) {
1025 for ( j = 0; j < report->field[i]->maxusage; j++) {
1026 usage = report->field[i]->usage + j;
1050 /* dump HID report descriptor */