Lines Matching defs:report
176 struct hid_report *report;
202 struct hid_field *report_field = bigben->report->field[0];
209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL);
213 len = hid_report_len(bigben->report);
229 hid_output_report(bigben->report, buf);
235 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len,
236 bigben->report->type, HID_REQ_SET_REPORT);
253 hid_output_report(bigben->report, buf);
259 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len,
260 bigben->report->type, HID_REQ_SET_REPORT);
398 bigben->report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 8);
399 if (!bigben->report) {
400 hid_err(hid, "no output report found\n");