Lines Matching refs:report
176 struct hid_report *report; member
202 struct hid_field *report_field = bigben->report->field[0]; in bigben_worker()
209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL); in bigben_worker()
213 len = hid_report_len(bigben->report); in bigben_worker()
229 hid_output_report(bigben->report, buf); in bigben_worker()
235 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker()
236 bigben->report->type, HID_REQ_SET_REPORT); in bigben_worker()
253 hid_output_report(bigben->report, buf); in bigben_worker()
259 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker()
260 bigben->report->type, HID_REQ_SET_REPORT); in bigben_worker()
398 bigben->report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 8); in bigben_probe()
399 if (!bigben->report) { in bigben_probe()