Lines Matching refs:num_pds
63 size_t num_pds; member
222 .num_pds = ARRAY_SIZE(sa8540p_rpmhpds),
245 .num_pds = ARRAY_SIZE(sa8775p_rpmhpds),
262 .num_pds = ARRAY_SIZE(sdm670_rpmhpds),
280 .num_pds = ARRAY_SIZE(sdm845_rpmhpds),
292 .num_pds = ARRAY_SIZE(sdx55_rpmhpds),
307 .num_pds = ARRAY_SIZE(sdx65_rpmhpds),
322 .num_pds = ARRAY_SIZE(sdx75_rpmhpds),
337 .num_pds = ARRAY_SIZE(sm6350_rpmhpds),
357 .num_pds = ARRAY_SIZE(sm8150_rpmhpds),
372 .num_pds = ARRAY_SIZE(sa8155p_rpmhpds),
391 .num_pds = ARRAY_SIZE(sm8250_rpmhpds),
413 .num_pds = ARRAY_SIZE(sm8350_rpmhpds),
435 .num_pds = ARRAY_SIZE(sm8450_rpmhpds),
458 .num_pds = ARRAY_SIZE(sm8550_rpmhpds),
471 .num_pds = ARRAY_SIZE(qdu1000_rpmhpds),
488 .num_pds = ARRAY_SIZE(sc7180_rpmhpds),
506 .num_pds = ARRAY_SIZE(sc7280_rpmhpds),
526 .num_pds = ARRAY_SIZE(sc8180x_rpmhpds),
547 .num_pds = ARRAY_SIZE(sc8280xp_rpmhpds),
777 size_t num_pds; in rpmhpd_probe() local
788 num_pds = desc->num_pds; in rpmhpd_probe()
794 data->domains = devm_kcalloc(dev, num_pds, sizeof(*data->domains), in rpmhpd_probe()
799 data->num_domains = num_pds; in rpmhpd_probe()
801 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
833 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
854 for (i = 0; i < desc->num_pds; i++) { in rpmhpd_sync_state()