Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddevfreq.h224 int devfreq_remove_device(struct devfreq *devfreq);
332 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
/Linux-v5.15/drivers/devfreq/
Ddevfreq.c952 devfreq_remove_device(devfreq); in devfreq_add_device()
967 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
984 EXPORT_SYMBOL(devfreq_remove_device);
998 devfreq_remove_device(*(struct devfreq **)res); in devm_devfreq_dev_release()
Dtegra30-devfreq.c933 devfreq_remove_device(tegra->devfreq); in tegra_devfreq_remove()
/Linux-v5.15/drivers/scsi/ufs/
Dufshcd.c1457 devfreq_remove_device(hba->devfreq); in ufshcd_devfreq_remove()