Searched refs:devfreq_resume_device (Results 1 – 7 of 7) sorted by relevance
245 int devfreq_resume_device(struct devfreq *devfreq);376 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() function
223 return devfreq_resume_device(devfreq->devfreq); in lima_devfreq_resume()
255 drm_WARN_ON(&ptdev->base, devfreq_resume_device(pdevfreq->devfreq)); in panthor_devfreq_resume()
243 devfreq_resume_device(pfdevfreq->devfreq); in panfrost_devfreq_resume()
242 devfreq_resume_device(df->devfreq); in msm_devfreq_resume()
277 ret = devfreq_resume_device(dmcfreq->devfreq); in rk3399_dmcfreq_resume()
1182 * 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()