Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dhid-core.c244 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field()
246 if (usages < parser->global.report_count) in hid_add_field()
247 usages = parser->global.report_count; in hid_add_field()
252 if ((field = hid_register_field(report, usages, parser->global.report_count)) == NULL) in hid_add_field()
274 field->report_count = parser->global.report_count; in hid_add_field()
381 if ((parser->global.report_count = item_udata(item)) > HID_MAX_USAGES) { in hid_parser_global()
382 dbg("invalid report_count %d", parser->global.report_count); in hid_parser_global()
809 unsigned count = field->report_count; in hid_input_field()
975 unsigned count = field->report_count; in hid_output_field()
1011 if (offset >= field->report_count) { in hid_set_field()
Dhid.h209 unsigned report_count; member
259 unsigned report_count; /* number of this field in the report */ member
Dhid-debug.h182 tab(n); printk("Report Count(%u)\n", field->report_count); in hid_dump_field()
Dhiddev.c547 finfo.field_index = field->report_count - 1; in hiddev_ioctl()