Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddevfreq.h233 int devfreq_resume_device(struct devfreq *devfreq);
355 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
/Linux-v5.15/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.c181 devfreq_resume_device(pfdevfreq->devfreq); in panfrost_devfreq_resume()
/Linux-v5.15/drivers/gpu/drm/lima/
Dlima_devfreq.c218 return devfreq_resume_device(devfreq->devfreq); in lima_devfreq_resume()
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gpu_devfreq.c139 devfreq_resume_device(gpu->devfreq.devfreq); in msm_devfreq_resume()
/Linux-v5.15/drivers/devfreq/
Drk3399_dmc.c230 ret = devfreq_resume_device(dmcfreq->devfreq); in rk3399_dmcfreq_resume()
Ddevfreq.c1166 int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
1193 EXPORT_SYMBOL(devfreq_resume_device);
1231 ret = devfreq_resume_device(devfreq); in devfreq_resume()
/Linux-v5.15/drivers/scsi/ufs/
Dufshcd.c1286 devfreq_resume_device(hba->devfreq); in ufshcd_clk_scaling_resume_work()
1507 devfreq_resume_device(hba->devfreq); in ufshcd_resume_clkscaling()