Lines Matching refs:num_pds
66 size_t num_pds; member
236 .num_pds = ARRAY_SIZE(sa8540p_rpmhpds),
259 .num_pds = ARRAY_SIZE(sa8775p_rpmhpds),
276 .num_pds = ARRAY_SIZE(sdm670_rpmhpds),
294 .num_pds = ARRAY_SIZE(sdm845_rpmhpds),
306 .num_pds = ARRAY_SIZE(sdx55_rpmhpds),
321 .num_pds = ARRAY_SIZE(sdx65_rpmhpds),
336 .num_pds = ARRAY_SIZE(sdx75_rpmhpds),
351 .num_pds = ARRAY_SIZE(sm6350_rpmhpds),
368 .num_pds = ARRAY_SIZE(sm7150_rpmhpds),
388 .num_pds = ARRAY_SIZE(sm8150_rpmhpds),
403 .num_pds = ARRAY_SIZE(sa8155p_rpmhpds),
422 .num_pds = ARRAY_SIZE(sm8250_rpmhpds),
444 .num_pds = ARRAY_SIZE(sm8350_rpmhpds),
466 .num_pds = ARRAY_SIZE(sm8450_rpmhpds),
489 .num_pds = ARRAY_SIZE(sm8550_rpmhpds),
513 .num_pds = ARRAY_SIZE(sm8650_rpmhpds),
526 .num_pds = ARRAY_SIZE(qdu1000_rpmhpds),
543 .num_pds = ARRAY_SIZE(sc7180_rpmhpds),
561 .num_pds = ARRAY_SIZE(sc7280_rpmhpds),
581 .num_pds = ARRAY_SIZE(sc8180x_rpmhpds),
602 .num_pds = ARRAY_SIZE(sc8280xp_rpmhpds),
624 .num_pds = ARRAY_SIZE(x1e80100_rpmhpds),
852 size_t num_pds; in rpmhpd_probe() local
863 num_pds = desc->num_pds; in rpmhpd_probe()
869 data->domains = devm_kcalloc(dev, num_pds, sizeof(*data->domains), in rpmhpd_probe()
874 data->num_domains = num_pds; in rpmhpd_probe()
876 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
907 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
928 for (i = 0; i < desc->num_pds; i++) { in rpmhpd_sync_state()