Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddevfreq.h193 extern int devfreq_resume_device(struct devfreq *devfreq);
259 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c638 int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
649 EXPORT_SYMBOL(devfreq_resume_device);
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd.c551 devfreq_resume_device(hba->devfreq); in ufshcd_ungate_work()
4212 devfreq_resume_device(hba->devfreq); in ufshcd_probe_hba()
5081 devfreq_resume_device(hba->devfreq); in ufshcd_resume()