Lines Matching refs:msm_gpu
22 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_target()
49 static unsigned long get_freq(struct msm_gpu *gpu) in get_freq()
57 static void get_raw_dev_status(struct msm_gpu *gpu, in get_raw_dev_status()
92 static void update_average_dev_status(struct msm_gpu *gpu, in update_average_dev_status()
149 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_get_dev_status()
177 static bool has_devfreq(struct msm_gpu *gpu) in has_devfreq()
183 void msm_devfreq_init(struct msm_gpu *gpu) in msm_devfreq_init()
249 void msm_devfreq_cleanup(struct msm_gpu *gpu) in msm_devfreq_cleanup()
261 void msm_devfreq_resume(struct msm_gpu *gpu) in msm_devfreq_resume()
278 void msm_devfreq_suspend(struct msm_gpu *gpu) in msm_devfreq_suspend()
303 void msm_devfreq_boost(struct msm_gpu *gpu, unsigned factor) in msm_devfreq_boost()
327 void msm_devfreq_active(struct msm_gpu *gpu) in msm_devfreq_active()
360 struct msm_gpu *gpu = container_of(df, struct msm_gpu, devfreq); in msm_devfreq_idle_work()
368 void msm_devfreq_idle(struct msm_gpu *gpu) in msm_devfreq_idle()