Lines Matching refs:report_count
234 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()
997 dbg_hid("offset (%d) exceeds report_count (%d)\n", offset, field->report_count); in hid_set_field()