Home
last modified time | relevance | path

Searched refs:devfreq_add_device (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevfreq.h213 struct devfreq *devfreq_add_device(struct device *dev,
317 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ddevfreq.rst23 :c:func:`devfreq_add_device` function to create a :c:type:`devfreq` instance.
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dtegra20-devfreq.c175 tegra->devfreq = devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
H A DKconfig42 values to the governor with data field at devfreq_add_device().
H A Ddevfreq.c746 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
914 EXPORT_SYMBOL(devfreq_add_device);
974 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
H A Dtegra30-devfreq.c887 devfreq = devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c273 mdev->devfreq = devfreq_add_device(mdev->dev, dp, in mali_devfreq_init()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c376 kbdev->devfreq = devfreq_add_device(kbdev->dev, dp, in kbase_devfreq_init()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c741 kbdev->devfreq = devfreq_add_device(kbdev->dev, dp, in kbase_devfreq_init()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960754 devfreq_add_device
H A Dabi_gki_aarch64_vivo287 devfreq_add_device
H A Dabi_gki_aarch64_generic297 devfreq_add_device
H A Dabi_gki_aarch64_exynos274 devfreq_add_device
H A Dabi_gki_aarch64_qcom372 devfreq_add_device
H A Dabi_gki_aarch64_mtk321 devfreq_add_device
H A Dabi_gki_aarch64_rockchip1515 devfreq_add_device
H A Dabi_gki_aarch64_oplus397 devfreq_add_device
H A Dabi_gki_aarch64_galaxy1149 devfreq_add_device
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c1434 devfreq = devfreq_add_device(hba->dev, in ufshcd_devfreq_init()