Lines Matching refs:report
49 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play() local
56 memset(report->field[0]->value, 0, in hid_lg3ff_play()
57 sizeof(__s32) * report->field[0]->report_count); in hid_lg3ff_play()
69 report->field[0]->value[0] = 0x51; in hid_lg3ff_play()
75 report->field[0]->value[1] = (unsigned char)(-x); in hid_lg3ff_play()
76 report->field[0]->value[31] = (unsigned char)(-y); in hid_lg3ff_play()
78 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lg3ff_play()
87 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter() local
94 report->field[0]->value[0] = 0x51; in hid_lg3ff_set_autocenter()
95 report->field[0]->value[1] = 0x00; in hid_lg3ff_set_autocenter()
96 report->field[0]->value[2] = 0x00; in hid_lg3ff_set_autocenter()
97 report->field[0]->value[3] = 0x7F; in hid_lg3ff_set_autocenter()
98 report->field[0]->value[4] = 0x7F; in hid_lg3ff_set_autocenter()
99 report->field[0]->value[31] = 0x00; in hid_lg3ff_set_autocenter()
100 report->field[0]->value[32] = 0x00; in hid_lg3ff_set_autocenter()
101 report->field[0]->value[33] = 0x7F; in hid_lg3ff_set_autocenter()
102 report->field[0]->value[34] = 0x7F; in hid_lg3ff_set_autocenter()
104 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lg3ff_set_autocenter()