Lines Matching refs:pds
384 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable() argument
391 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in q6v5_pds_enable()
392 ret = pm_runtime_get_sync(pds[i]); in q6v5_pds_enable()
394 pm_runtime_put_noidle(pds[i]); in q6v5_pds_enable()
395 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
404 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
405 pm_runtime_put(pds[i]); in q6v5_pds_enable()
411 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable() argument
417 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_disable()
418 pm_runtime_put(pds[i]); in q6v5_pds_disable()
1859 static void q6v5_pds_detach(struct q6v5 *qproc, struct device **pds, in q6v5_pds_detach() argument
1865 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()