Lines Matching refs:num_pds
61 size_t num_pds; member
137 .num_pds = ARRAY_SIZE(sdm845_rpmhpds),
172 .num_pds = ARRAY_SIZE(sm8150_rpmhpds),
190 .num_pds = ARRAY_SIZE(sm8250_rpmhpds),
207 .num_pds = ARRAY_SIZE(sc7180_rpmhpds),
413 size_t num_pds; in rpmhpd_probe() local
424 num_pds = desc->num_pds; in rpmhpd_probe()
430 data->domains = devm_kcalloc(dev, num_pds, sizeof(*data->domains), in rpmhpd_probe()
435 data->num_domains = num_pds; in rpmhpd_probe()
437 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
471 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()