Lines Matching refs:report
61 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play() local
73 report->field[0]->value[0] = 0x51; in hid_lgff_play()
74 report->field[0]->value[1] = 0x08; in hid_lgff_play()
75 report->field[0]->value[2] = x; in hid_lgff_play()
76 report->field[0]->value[3] = y; in hid_lgff_play()
78 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_play()
88 report->field[0]->value[0] = 0x42; in hid_lgff_play()
89 report->field[0]->value[1] = 0x00; in hid_lgff_play()
90 report->field[0]->value[2] = left; in hid_lgff_play()
91 report->field[0]->value[3] = right; in hid_lgff_play()
93 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_play()
103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter() local
104 __s32 *value = report->field[0]->value; in hid_lgff_set_autocenter()
113 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_set_autocenter()