Lines Matching refs:report
31 struct hid_report *report; member
50 mf->report->field[0]->value[0] = weak; in mf_play()
51 mf->report->field[0]->value[1] = strong; in mf_play()
52 hid_hw_request(hid, mf->report, HID_REQ_SET_REPORT); in mf_play()
65 struct hid_report *report; in mf_init() local
76 report = list_entry(report_ptr, struct hid_report, list); in mf_init()
78 if (report->maxfield < 1 || report->field[0]->report_count < 2) { in mf_init()
104 mf->report = report; in mf_init()
105 mf->report->field[0]->value[0] = 0x00; in mf_init()
106 mf->report->field[0]->value[1] = 0x00; in mf_init()
107 hid_hw_request(hid, mf->report, HID_REQ_SET_REPORT); in mf_init()