Home
last modified time | relevance | path

Searched refs:dev_pm_genpd_set_hwmode (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_vpu_common.c258 dev_pm_genpd_set_hwmode(core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN], false); in iris_vpu_power_off_hw()
317 ret = dev_pm_genpd_set_hwmode(core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN], true); in iris_vpu_power_on_hw()
/linux-6.15/include/linux/
H A Dpm_domain.h295 int dev_pm_genpd_set_hwmode(struct device *dev, bool enable);
371 static inline int dev_pm_genpd_set_hwmode(struct device *dev, bool enable) in dev_pm_genpd_set_hwmode() function
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c416 return dev_pm_genpd_set_hwmode(core->pmdomains->pd_devs[coreid], !enable); in vcodec_control_v4()
/linux-6.15/drivers/pmdomain/
H A Dcore.c654 int dev_pm_genpd_set_hwmode(struct device *dev, bool enable) in dev_pm_genpd_set_hwmode() function
679 EXPORT_SYMBOL_GPL(dev_pm_genpd_set_hwmode);