Lines Matching refs:report
37 struct hid_report *report; member
50 betopff->report->field[2]->value[0] = left / 256; in hid_betopff_play()
51 betopff->report->field[3]->value[0] = right / 256; in hid_betopff_play()
53 hid_hw_request(hid, betopff->report, HID_REQ_SET_REPORT); in hid_betopff_play()
61 struct hid_report *report; in betopff_init() local
83 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
92 for (i = 0; i < report->maxfield; i++) { in betopff_init()
93 for (j = 0; j < report->field[i]->report_count; j++) { in betopff_init()
94 report->field[i]->value[j] = 0x00; in betopff_init()
117 betopff->report = report; in betopff_init()
118 hid_hw_request(hid, betopff->report, HID_REQ_SET_REPORT); in betopff_init()