Lines Matching refs:num_pds

66 	size_t num_pds;  member
235 .num_pds = ARRAY_SIZE(milos_rpmhpds),
254 .num_pds = ARRAY_SIZE(sa8540p_rpmhpds),
277 .num_pds = ARRAY_SIZE(sa8775p_rpmhpds),
301 .num_pds = ARRAY_SIZE(sar2130p_rpmhpds),
318 .num_pds = ARRAY_SIZE(sdm670_rpmhpds),
336 .num_pds = ARRAY_SIZE(sdm845_rpmhpds),
348 .num_pds = ARRAY_SIZE(sdx55_rpmhpds),
363 .num_pds = ARRAY_SIZE(sdx65_rpmhpds),
378 .num_pds = ARRAY_SIZE(sdx75_rpmhpds),
393 .num_pds = ARRAY_SIZE(sm4450_rpmhpds),
408 .num_pds = ARRAY_SIZE(sm6350_rpmhpds),
425 .num_pds = ARRAY_SIZE(sm7150_rpmhpds),
445 .num_pds = ARRAY_SIZE(sm8150_rpmhpds),
460 .num_pds = ARRAY_SIZE(sa8155p_rpmhpds),
479 .num_pds = ARRAY_SIZE(sm8250_rpmhpds),
501 .num_pds = ARRAY_SIZE(sm8350_rpmhpds),
523 .num_pds = ARRAY_SIZE(sm8450_rpmhpds),
546 .num_pds = ARRAY_SIZE(sm8550_rpmhpds),
570 .num_pds = ARRAY_SIZE(sm8650_rpmhpds),
595 .num_pds = ARRAY_SIZE(sm8750_rpmhpds),
608 .num_pds = ARRAY_SIZE(qdu1000_rpmhpds),
625 .num_pds = ARRAY_SIZE(sc7180_rpmhpds),
643 .num_pds = ARRAY_SIZE(sc7280_rpmhpds),
663 .num_pds = ARRAY_SIZE(sc8180x_rpmhpds),
684 .num_pds = ARRAY_SIZE(sc8280xp_rpmhpds),
709 .num_pds = ARRAY_SIZE(glymur_rpmhpds),
731 .num_pds = ARRAY_SIZE(x1e80100_rpmhpds),
754 .num_pds = ARRAY_SIZE(qcs8300_rpmhpds),
765 .num_pds = ARRAY_SIZE(qcs615_rpmhpds),
1000 size_t num_pds; in rpmhpd_probe() local
1011 num_pds = desc->num_pds; in rpmhpd_probe()
1017 data->domains = devm_kcalloc(dev, num_pds, sizeof(*data->domains), in rpmhpd_probe()
1022 data->num_domains = num_pds; in rpmhpd_probe()
1024 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
1055 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
1078 for (i = 0; i < desc->num_pds; i++) { in rpmhpd_sync_state()