Lines Matching refs:value
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()
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()
116 __s32 *value = report->field[0]->value; in hid_lgff_set_autocenter() local
118 *value++ = 0xfe; in hid_lgff_set_autocenter()
119 *value++ = 0x0d; in hid_lgff_set_autocenter()
120 *value++ = magnitude; /* clockwise strength */ in hid_lgff_set_autocenter()
121 *value++ = magnitude; /* counter-clockwise strength */ in hid_lgff_set_autocenter()
122 *value++ = 0x80; in hid_lgff_set_autocenter()
123 *value++ = 0x00; in hid_lgff_set_autocenter()
124 *value = 0x00; in hid_lgff_set_autocenter()