Home
last modified time | relevance | path

Searched refs:report_count (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/drivers/hid/
Dhid-core.c234 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field()
239 usages = max_t(int, parser->local.usage_index, parser->global.report_count); in hid_add_field()
241 field = hid_register_field(report, usages, parser->global.report_count); in hid_add_field()
264 field->report_count = parser->global.report_count; in hid_add_field()
372 parser->global.report_count = item_udata(item); in hid_parser_global()
373 if (parser->global.report_count > HID_MAX_USAGES) { in hid_parser_global()
375 parser->global.report_count); in hid_parser_global()
897 unsigned count = field->report_count; in hid_input_field()
952 unsigned count = field->report_count; in hid_output_field()
996 if (offset >= field->report_count) { in hid_set_field()
[all …]
Dhid-lg2ff.c85 if (report->field[0]->report_count < 7) { in lg2ff_init()
Dhid-emsff.c81 if (report->field[0]->report_count < 7) { in emsff_init()
Dhid-sjoy.c94 if (report->field[0]->report_count < 3) { in sjoyff_init()
Dhid-gaff.c102 if (report->field[0]->report_count < 6) { in gaff_init()
Dhid-pl.c125 if (report->field[0]->report_count >= 4) { in plff_init()
Dhid-dr.c109 if (report->field[0]->report_count < 7) { in drff_init()
Dhid-picolcd.c297 for (j = 0; j < report->field[i]->report_count; j++) { in picolcd_send_and_wait()
910 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_brightness()
940 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_backlight()
1024 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_contrast()
1053 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_lcd()
1113 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_leds_set()
1176 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_leds()
2325 data->addr_sz = flash_r->field[0]->report_count - 1; in picolcd_init_devfs()
2459 if (report->maxfield != 1 || report->field[0]->report_count != 2 || in picolcd_init_keys()
Dhid-tmff.c153 if (field->report_count < 2) { in tmff_init()
Dhid-prodikeys.c293 if (report->field[0]->report_count != 2) { in pcmidi_get_output_report()
Dhid-debug.c515 tab(n, f); seq_printf(f, "Report Count(%u)\n", field->report_count); in hid_dump_field()
/linux-2.6.39/drivers/hid/usbhid/
Dhiddev.c505 } else if (uref->usage_index >= field->report_count) in hiddev_ioctl_usage()
510 uref->usage_index + uref_multi->num_values > field->report_count)) in hiddev_ioctl_usage()
755 finfo.field_index = field->report_count - 1; in hiddev_ioctl()
Dhid-pidff.c773 report->field[i]->report_count) { in pidff_find_fields()
884 report->field[i]->report_count > 0) { in pidff_find_special_field()
/linux-2.6.39/include/linux/
Dhid.h337 unsigned report_count; member
389 unsigned report_count; /* number of this field in the report */ member