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
76 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
85 for (i = 0; i < report->maxfield; i++) { in betopff_init()
86 for (j = 0; j < report->field[i]->report_count; j++) { in betopff_init()
87 report->field[i]->value[j] = 0x00; in betopff_init()
110 betopff->report = report; in betopff_init()
111 hid_hw_request(hid, betopff->report, HID_REQ_SET_REPORT); in betopff_init()