Lines Matching refs:report
34 struct hid_report *report; member
47 betopff->report->field[2]->value[0] = left / 256; in hid_betopff_play()
48 betopff->report->field[3]->value[0] = right / 256; in hid_betopff_play()
50 hid_hw_request(hid, betopff->report, HID_REQ_SET_REPORT); in hid_betopff_play()
58 struct hid_report *report; in betopff_init() local
80 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
89 for (i = 0; i < report->maxfield; i++) { in betopff_init()
90 for (j = 0; j < report->field[i]->report_count; j++) { in betopff_init()
91 report->field[i]->value[j] = 0x00; in betopff_init()
114 betopff->report = report; in betopff_init()
115 hid_hw_request(hid, betopff->report, HID_REQ_SET_REPORT); in betopff_init()