Lines Matching refs:report_count
289 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field()
301 parser->global.report_count); in hid_add_field()
328 field->report_count = parser->global.report_count; in hid_add_field()
445 parser->global.report_count = item_udata(item); in hid_parser_global()
446 if (parser->global.report_count > HID_MAX_USAGES) { in hid_parser_global()
448 parser->global.report_count); in hid_parser_global()
787 if (usage == 0xff0000c5 && parser->global.report_count == 256 && in hid_scan_feature_usage()
791 if (usage == 0xff0000c6 && parser->global.report_count == 1 && in hid_scan_feature_usage()
1006 if (report->field[field_index]->report_count < report_counts) { in hid_validate_values()
1164 if (rep->field[i]->report_count < 1) in hid_setup_resolution_multiplier()
1537 unsigned count = field->report_count; in hid_input_field()
1595 unsigned count = field->report_count; in hid_output_field()
1672 if (offset >= field->report_count) { in hid_set_field()
1674 offset, field->report_count); in hid_set_field()