Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevfreq.h237 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 Dimx-bus.c125 priv->devfreq = devm_devfreq_add_device(dev, &priv->profile, in imx_bus_probe()
H A Dexynos-bus.c299 bus->devfreq = devm_devfreq_add_device(dev, profile, in exynos_bus_profile_init()
362 bus->devfreq = devm_devfreq_add_device(dev, profile, DEVFREQ_GOV_PASSIVE, in exynos_bus_profile_init_passive()
H A Dhisi_uncore_freq.c586 uncore->devfreq = devm_devfreq_add_device(dev, profile, in hisi_uncore_devfreq_register()
589 uncore->devfreq = devm_devfreq_add_device(dev, profile, in hisi_uncore_devfreq_register()
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 Dtegra30-devfreq.c939 devfreq = devm_devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
H A Ddevfreq.c1036 struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device() function
1058 EXPORT_SYMBOL(devm_devfreq_add_device);
/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/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c206 devfreq = devm_devfreq_add_device(dev, &panfrost_devfreq_profile, in panfrost_devfreq_init()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c179 df->devfreq = devm_devfreq_add_device(&gpu->pdev->dev, in msm_devfreq_init()
/linux/drivers/memory/tegra/
H A Dtegra20-emc.c1175 devfreq = devm_devfreq_add_device(emc->dev, &tegra_emc_devfreq_profile, in tegra_emc_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()