Home
last modified time | relevance | path

Searched refs:devfreq_remove_device (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevfreq.h217 int devfreq_remove_device(struct devfreq *devfreq);
325 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c335 err = devfreq_remove_device(mdev->devfreq); in mali_devfreq_init()
357 err = devfreq_remove_device(mdev->devfreq); in mali_devfreq_term()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c437 if (devfreq_remove_device(kbdev->devfreq)) in kbase_devfreq_init()
467 err = devfreq_remove_device(kbdev->devfreq); in kbase_devfreq_term()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dtegra20-devfreq.c194 devfreq_remove_device(tegra->devfreq); in tegra_devfreq_remove()
H A Ddevfreq.c907 devfreq_remove_device(devfreq); in devfreq_add_device()
922 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
934 EXPORT_SYMBOL(devfreq_remove_device);
948 devfreq_remove_device(*(struct devfreq **)res); in devm_devfreq_dev_release()
H A Dtegra30-devfreq.c913 devfreq_remove_device(tegra->devfreq); in tegra_devfreq_remove()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c852 if (devfreq_remove_device(kbdev->devfreq)) in kbase_devfreq_init()
882 err = devfreq_remove_device(kbdev->devfreq); in kbase_devfreq_term()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960758 devfreq_remove_device
H A Dabi_gki_aarch64_vivo290 devfreq_remove_device
H A Dabi_gki_aarch64_generic305 devfreq_remove_device
H A Dabi_gki_aarch64_exynos283 devfreq_remove_device
H A Dabi_gki_aarch64_qcom376 devfreq_remove_device
H A Dabi_gki_aarch64_mtk331 devfreq_remove_device
H A Dabi_gki_aarch64_rockchip1517 devfreq_remove_device
H A Dabi_gki_aarch64_oplus407 devfreq_remove_device
H A Dabi_gki_aarch64_galaxy1159 devfreq_remove_device
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c1460 devfreq_remove_device(hba->devfreq); in ufshcd_devfreq_remove()