Lines Matching defs:count
219 /* Read cycle count */
225 /* Read performance count */
422 unsigned int total_count, count;
435 /* Read cycle count and performance count */
445 ret = regmap_read(info->regmap, PPMU_V2_PMNCT(id), &count);
448 load_count = count;
504 int i, j, count;
515 count = of_get_child_count(events_np);
516 desc = devm_kcalloc(dev, count, sizeof(*desc), GFP_KERNEL);
521 info->num_events = count;
570 * read+write data count.