Lines Matching refs:report
45 struct hid_report *report;
53 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
60 memset(report->field[0]->value, 0,
61 sizeof(__s32) * report->field[0]->report_count);
73 report->field[0]->value[0] = 0x51;
79 report->field[0]->value[1] = (unsigned char)(-x);
80 report->field[0]->value[31] = (unsigned char)(-y);
82 hid_hw_request(hid, report, HID_REQ_SET_REPORT);
91 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
98 report->field[0]->value[0] = 0x51;
99 report->field[0]->value[1] = 0x00;
100 report->field[0]->value[2] = 0x00;
101 report->field[0]->value[3] = 0x7F;
102 report->field[0]->value[4] = 0x7F;
103 report->field[0]->value[31] = 0x00;
104 report->field[0]->value[32] = 0x00;
105 report->field[0]->value[33] = 0x7F;
106 report->field[0]->value[34] = 0x7F;
108 hid_hw_request(hid, report, HID_REQ_SET_REPORT);
133 /* Check that the report looks ok */