Lines Matching refs:pds
379 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable() argument
386 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in q6v5_pds_enable()
387 ret = pm_runtime_get_sync(pds[i]); in q6v5_pds_enable()
389 pm_runtime_put_noidle(pds[i]); in q6v5_pds_enable()
390 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
399 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
400 pm_runtime_put(pds[i]); in q6v5_pds_enable()
406 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable() argument
412 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_disable()
413 pm_runtime_put(pds[i]); in q6v5_pds_disable()
1843 static void q6v5_pds_detach(struct q6v5 *qproc, struct device **pds, in q6v5_pds_detach() argument
1849 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()