Lines Matching defs:count
74 unsigned int count;
409 int count = reset_control_get_count(&pdev->dev);
411 if (count != dom->num_rstc)
412 dev_warn(&pdev->dev, "Invalid resets count %d for domain %s\n",
413 count, dom->desc.name);
427 dev_warn(&pdev->dev, "Invalid clocks count %d for domain %s\n",
485 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count,
491 pwrc->domains = devm_kcalloc(&pdev->dev, match->count,
496 pwrc->xlate.num_domains = match->count;
516 for (i = 0 ; i < match->count ; ++i) {
545 .count = ARRAY_SIZE(g12a_pwrc_domains),
550 .count = ARRAY_SIZE(axg_pwrc_domains),
555 .count = ARRAY_SIZE(gxbb_pwrc_domains),
560 .count = ARRAY_SIZE(meson8_pwrc_domains),
565 .count = ARRAY_SIZE(meson8b_pwrc_domains),
570 .count = ARRAY_SIZE(sm1_pwrc_domains),