Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/lima/
Dlima_devfreq.c130 ret = devm_pm_opp_set_regulators(dev, regulator_names); in lima_devfreq_init()
/linux-6.1.9/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.c104 ret = devm_pm_opp_set_regulators(dev, pfdev->comp->supply_names); in panfrost_devfreq_init()
/linux-6.1.9/include/linux/
Dpm_opp.h507 static inline int devm_pm_opp_set_regulators(struct device *dev, in devm_pm_opp_set_regulators() function
/linux-6.1.9/drivers/soc/tegra/
Dpmc.c1409 err = devm_pm_opp_set_regulators(pmc->dev, rname); in tegra_pmc_core_pd_add()