Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddevfreq.h197 extern int devfreq_resume_device(struct devfreq *devfreq);
276 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
/linux-4.4.14/drivers/devfreq/
Ddevfreq.c637 int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
648 EXPORT_SYMBOL(devfreq_resume_device);
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.c565 devfreq_resume_device(hba->devfreq); in ufshcd_ungate_work()
4308 devfreq_resume_device(hba->devfreq); in ufshcd_probe_hba()
5160 devfreq_resume_device(hba->devfreq); in ufshcd_resume()