Home
last modified time | relevance | path

Searched refs:devm_pm_opp_set_regulators (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/lima/ !
H A Dlima_devfreq.c130 ret = devm_pm_opp_set_regulators(dev, regulator_names); in lima_devfreq_init()
/linux/drivers/gpu/drm/panthor/ !
H A Dpanthor_devfreq.c148 ret = devm_pm_opp_set_regulators(dev, reg_names); in panthor_devfreq_init()
/linux/drivers/gpu/drm/panfrost/ !
H A Dpanfrost_devfreq.c141 ret = devm_pm_opp_set_regulators(dev, pfdev->comp->supply_names); in panfrost_devfreq_init()
/linux/include/linux/ !
H A Dpm_opp.h619 static inline int devm_pm_opp_set_regulators(struct device *dev, in devm_pm_opp_set_regulators() function
/linux/drivers/soc/tegra/ !
H A Dpmc.c1418 err = devm_pm_opp_set_regulators(pmc->dev, rname); in tegra_pmc_core_pd_add()