Lines Matching defs:report
572 struct hid_report *report;
578 report = report_enum->report_id_hash[hdev->battery_report_id];
580 if (!report || report->maxfield < 1)
586 hid_hw_request(hdev, report, HID_REQ_GET_REPORT);
615 "fixing up Magic Keyboard JIS report descriptor\n");
622 "fixing up MacBook JIS keyboard report descriptor\n");
637 "fixing up Magic Keyboard battery report descriptor\n");
729 struct hid_report *report;
731 list_for_each_entry(report, &hdev->report_enum[HID_INPUT_REPORT].report_list, list) {
732 for (i = 0; i < report->maxfield; i++) {
733 hid = report->field[i]->usage->hid;