Lines Matching refs:report
40 struct hid_report *report; member
47 struct hid_report *report = axff->report; in axff_play() local
60 for (i = 0; i < report->maxfield; i++) { in axff_play()
61 for (j = 0; j < report->field[i]->report_count; j++) { in axff_play()
62 report->field[i]->value[j] = in axff_play()
69 hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT); in axff_play()
77 struct hid_report *report; in axff_init() local
90 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
91 for (i = 0; i < report->maxfield; i++) { in axff_init()
92 for (j = 0; j < report->field[i]->report_count; j++) { in axff_init()
93 report->field[i]->value[j] = 0x00; in axff_init()
114 axff->report = report; in axff_init()
115 hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT); in axff_init()