Lines Matching refs:report
119 * report changes, as we assume that on attach the base
153 * Only report if base is disconnected. If base is connected,
318 * hardware output report and hardware raw request won't fail.
426 struct hid_report *report;
429 list_for_each_entry(report, &re->report_list, list) {
430 if (report->application != application)
433 for (i = 0; i < report->maxfield; i++) {
434 struct hid_field *field = report->field[i];
459 struct hid_report *report;
464 report = hdev->report_enum[HID_INPUT_REPORT].report_id_hash[0x0];
466 if (!report || report->maxfield < 1)
469 len = hid_report_len(report) + 1;
475 rlen = hid_hw_raw_request(hdev, report->id, buf, len, report->type, HID_REQ_GET_REPORT);
482 for (a = 0; a < report->maxfield; a++) {
483 struct hid_field *field = report->field[a];