Lines Matching refs:pds
343 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable() argument
350 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in q6v5_pds_enable()
351 ret = pm_runtime_get_sync(pds[i]); in q6v5_pds_enable()
353 pm_runtime_put_noidle(pds[i]); in q6v5_pds_enable()
354 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
363 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
364 pm_runtime_put(pds[i]); in q6v5_pds_enable()
370 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable() argument
376 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_disable()
377 pm_runtime_put(pds[i]); in q6v5_pds_disable()
1555 static void q6v5_pds_detach(struct q6v5 *qproc, struct device **pds, in q6v5_pds_detach() argument
1561 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()