Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevfreq.h245 int devfreq_resume_device(struct devfreq *devfreq);
376 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c223 return devfreq_resume_device(devfreq->devfreq); in lima_devfreq_resume()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_devfreq.c255 drm_WARN_ON(&ptdev->base, devfreq_resume_device(pdevfreq->devfreq)); in panthor_devfreq_resume()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c243 devfreq_resume_device(pfdevfreq->devfreq); in panfrost_devfreq_resume()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c242 devfreq_resume_device(df->devfreq); in msm_devfreq_resume()
/linux/drivers/devfreq/
H A Drk3399_dmc.c277 ret = devfreq_resume_device(dmcfreq->devfreq); in rk3399_dmcfreq_resume()
H A Ddevfreq.c1182 * devfreq_resume_device() - Resume devfreq of a device.
1189 int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
1216 EXPORT_SYMBOL(devfreq_resume_device);
1254 ret = devfreq_resume_device(devfreq); in devfreq_resume()