Searched refs:report_field (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-bigbenff.c202 struct hid_field *report_field = bigben->report->field[0]; local
221 report_field->value[0] = 0x01; /* 1 = led message */
222 report_field->value[1] = 0x08; /* reserved value, always 8 */
223 report_field->value[2] = bigben->led_state;
224 report_field->value[3] = 0x00; /* padding */
225 report_field->value[4] = 0x00; /* padding */
226 report_field->value[5] = 0x00; /* padding */
227 report_field->value[6] = 0x00; /* padding */
228 report_field->value[7] = 0x00; /* padding */
245 report_field
[all...]

Completed in 115 milliseconds