Lines Matching refs:pds
349 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable() argument
356 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in q6v5_pds_enable()
357 ret = pm_runtime_get_sync(pds[i]); in q6v5_pds_enable()
359 pm_runtime_put_noidle(pds[i]); in q6v5_pds_enable()
360 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
369 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable()
370 pm_runtime_put(pds[i]); in q6v5_pds_enable()
376 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable() argument
382 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_disable()
383 pm_runtime_put(pds[i]); in q6v5_pds_disable()
1611 static void q6v5_pds_detach(struct q6v5 *qproc, struct device **pds, in q6v5_pds_detach() argument
1617 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()