Home
last modified time | relevance | path

Searched refs:devm_devfreq_add_device (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Ddevfreq.h233 struct devfreq *devm_devfreq_add_device(struct device *dev,
354 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device() function
/linux/drivers/devfreq/
H A Dimx-bus.c125 priv->devfreq = devm_devfreq_add_device(dev, &priv->profile, in imx_bus_probe()
H A Dimx8m-ddrc.c425 priv->devfreq = devm_devfreq_add_device(dev, &priv->profile, in imx8m_ddrc_probe()
H A Drk3399_dmc.c440 data->devfreq = devm_devfreq_add_device(dev, in rk3399_dmcfreq_probe()
H A Dmtk-cci-devfreq.c362 drv->devfreq = devm_devfreq_add_device(dev, &mtk_ccifreq_profile, in mtk_ccifreq_probe()
H A Ddevfreq.c1041 struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device() function
1063 EXPORT_SYMBOL(devm_devfreq_add_device);
H A Dtegra30-devfreq.c939 devfreq = devm_devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c159 devfreq = devm_devfreq_add_device(dev, &lima_devfreq_profile, in lima_devfreq_init()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_devfreq.c229 pdevfreq->devfreq = devm_devfreq_add_device(dev, &panthor_devfreq_profile, in panthor_devfreq_init()
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1517 dmc->df = devm_devfreq_add_device(dev, &exynos5_dmc_df_profile, in exynos5_dmc_probe()