Lines Matching refs:report_count
249 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field()
255 parser->global.report_count); in hid_add_field()
257 field = hid_register_field(report, usages, parser->global.report_count); in hid_add_field()
281 field->report_count = parser->global.report_count; in hid_add_field()
398 parser->global.report_count = item_udata(item); in hid_parser_global()
399 if (parser->global.report_count > HID_MAX_USAGES) { in hid_parser_global()
401 parser->global.report_count); in hid_parser_global()
712 if (usage == 0xff0000c5 && parser->global.report_count == 256 && in hid_scan_feature_usage()
921 if (report->field[field_index]->report_count < report_counts) { in hid_validate_values()
1233 unsigned count = field->report_count; in hid_input_field()
1288 unsigned count = field->report_count; in hid_output_field()
1354 if (offset >= field->report_count) { in hid_set_field()
1356 offset, field->report_count); in hid_set_field()