Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevfreq.h189 extern int devfreq_remove_device(struct devfreq *devfreq);
291 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c691 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
700 EXPORT_SYMBOL(devfreq_remove_device);
714 devfreq_remove_device(*(struct devfreq **)res); in devm_devfreq_dev_release()
/Linux-v4.19/drivers/scsi/ufs/
Dufshcd.c1375 devfreq_remove_device(hba->devfreq); in ufshcd_devfreq_remove()