Searched refs:devm_devfreq_add_device (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | devfreq.h | 237 struct devfreq *devm_devfreq_add_device(struct device *dev, 358 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device() function
|
| /linux/drivers/devfreq/ |
| H A D | imx-bus.c | 125 priv->devfreq = devm_devfreq_add_device(dev, &priv->profile, in imx_bus_probe()
|
| H A D | imx8m-ddrc.c | 425 priv->devfreq = devm_devfreq_add_device(dev, &priv->profile, in imx8m_ddrc_probe()
|
| H A D | rk3399_dmc.c | 440 data->devfreq = devm_devfreq_add_device(dev, in rk3399_dmcfreq_probe()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_devfreq.c | 159 devfreq = devm_devfreq_add_device(dev, &lima_devfreq_profile, in lima_devfreq_init()
|
| /linux/drivers/memory/tegra/ |
| H A D | tegra20-emc.c | 1168 devfreq = devm_devfreq_add_device(emc->dev, &tegra20_emc_devfreq_profile, in tegra20_emc_devfreq_init()
|
| /linux/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 1517 dmc->df = devm_devfreq_add_device(dev, &exynos5_dmc_df_profile, in exynos5_dmc_probe()
|