Lines Matching refs:report
28 struct hid_report *report; member
35 struct hid_report *report = axff->report; in axff_play() local
48 for (i = 0; i < report->maxfield; i++) { in axff_play()
49 for (j = 0; j < report->field[i]->report_count; j++) { in axff_play()
50 report->field[i]->value[j] = in axff_play()
57 hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT); in axff_play()
65 struct hid_report *report; in axff_init() local
85 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
86 for (i = 0; i < report->maxfield; i++) { in axff_init()
87 for (j = 0; j < report->field[i]->report_count; j++) { in axff_init()
88 report->field[i]->value[j] = 0x00; in axff_init()
109 axff->report = report; in axff_init()
110 hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT); in axff_init()