Lines Matching refs:report_count
268 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field()
274 parser->global.report_count); in hid_add_field()
276 field = hid_register_field(report, usages, parser->global.report_count); in hid_add_field()
300 field->report_count = parser->global.report_count; in hid_add_field()
417 parser->global.report_count = item_udata(item); in hid_parser_global()
418 if (parser->global.report_count > HID_MAX_USAGES) { in hid_parser_global()
420 parser->global.report_count); in hid_parser_global()
731 if (usage == 0xff0000c5 && parser->global.report_count == 256 && in hid_scan_feature_usage()
937 if (report->field[field_index]->report_count < report_counts) { in hid_validate_values()
1291 unsigned count = field->report_count; in hid_input_field()
1349 unsigned count = field->report_count; in hid_output_field()
1415 if (offset >= field->report_count) { in hid_set_field()
1417 offset, field->report_count); in hid_set_field()