Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddevfreq.h183 extern int devfreq_remove_device(struct devfreq *devfreq);
236 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c534 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
544 EXPORT_SYMBOL(devfreq_remove_device);
558 devfreq_remove_device(*(struct devfreq **)res); in devm_devfreq_dev_release()
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd.c5268 devfreq_remove_device(hba->devfreq); in ufshcd_remove()