Lines Matching refs:report
57 struct hid_report *report; member
65 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play() local
72 memset(report->field[0]->value, 0, in hid_lg3ff_play()
73 sizeof(__s32) * report->field[0]->report_count); in hid_lg3ff_play()
85 report->field[0]->value[0] = 0x51; in hid_lg3ff_play()
91 report->field[0]->value[1] = (unsigned char)(-x); in hid_lg3ff_play()
92 report->field[0]->value[31] = (unsigned char)(-y); in hid_lg3ff_play()
94 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lg3ff_play()
103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter() local
110 report->field[0]->value[0] = 0x51; in hid_lg3ff_set_autocenter()
111 report->field[0]->value[1] = 0x00; in hid_lg3ff_set_autocenter()
112 report->field[0]->value[2] = 0x00; in hid_lg3ff_set_autocenter()
113 report->field[0]->value[3] = 0x7F; in hid_lg3ff_set_autocenter()
114 report->field[0]->value[4] = 0x7F; in hid_lg3ff_set_autocenter()
115 report->field[0]->value[31] = 0x00; in hid_lg3ff_set_autocenter()
116 report->field[0]->value[32] = 0x00; in hid_lg3ff_set_autocenter()
117 report->field[0]->value[33] = 0x7F; in hid_lg3ff_set_autocenter()
118 report->field[0]->value[34] = 0x7F; in hid_lg3ff_set_autocenter()
120 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lg3ff_set_autocenter()