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
79 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
88 if (report->maxfield < 4) { in betopff_init()
90 report->maxfield); in betopff_init()
93 for (i = 0; i < report->maxfield; i++) { in betopff_init()
94 if (report->field[i]->report_count < 1) { in betopff_init()
98 for (j = 0; j < report->field[i]->report_count; j++) { in betopff_init()
99 report->field[i]->value[j] = 0x00; in betopff_init()
115 betopff->report = report; in betopff_init()
116 hid_hw_request(hid, betopff->report, HID_REQ_SET_REPORT); in betopff_init()