Lines Matching defs:gpu
22 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_target() local
59 static unsigned long get_freq(struct msm_gpu *gpu) in get_freq()
80 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_get_dev_status() local
133 static bool has_devfreq(struct msm_gpu *gpu) in has_devfreq()
139 void msm_devfreq_init(struct msm_gpu *gpu) in msm_devfreq_init()
216 void msm_devfreq_cleanup(struct msm_gpu *gpu) in msm_devfreq_cleanup()
227 void msm_devfreq_resume(struct msm_gpu *gpu) in msm_devfreq_resume()
244 void msm_devfreq_suspend(struct msm_gpu *gpu) in msm_devfreq_suspend()
269 void msm_devfreq_boost(struct msm_gpu *gpu, unsigned factor) in msm_devfreq_boost()
293 void msm_devfreq_active(struct msm_gpu *gpu) in msm_devfreq_active()
344 struct msm_gpu *gpu = container_of(df, struct msm_gpu, devfreq); in msm_devfreq_idle_work() local
365 void msm_devfreq_idle(struct msm_gpu *gpu) in msm_devfreq_idle()