Lines Matching refs:report
73 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play() local
85 report->field[0]->value[0] = 0x51; in hid_lgff_play()
86 report->field[0]->value[1] = 0x08; in hid_lgff_play()
87 report->field[0]->value[2] = x; in hid_lgff_play()
88 report->field[0]->value[3] = y; in hid_lgff_play()
90 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_play()
100 report->field[0]->value[0] = 0x42; in hid_lgff_play()
101 report->field[0]->value[1] = 0x00; in hid_lgff_play()
102 report->field[0]->value[2] = left; in hid_lgff_play()
103 report->field[0]->value[3] = right; in hid_lgff_play()
105 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_play()
115 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter() local
116 __s32 *value = report->field[0]->value; in hid_lgff_set_autocenter()
125 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_set_autocenter()