Lines Matching refs:msm_gpu_devfreq
23 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_target()
61 struct msm_gpu_devfreq *df = &gpu->devfreq; in get_freq()
81 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_get_dev_status()
135 struct msm_gpu_devfreq *df = &gpu->devfreq; in has_devfreq()
141 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_init()
199 static void cancel_idle_work(struct msm_gpu_devfreq *df) in cancel_idle_work()
205 static void cancel_boost_work(struct msm_gpu_devfreq *df) in cancel_boost_work()
213 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_cleanup()
224 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_resume()
241 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_suspend()
258 struct msm_gpu_devfreq *df = container_of(work, in msm_devfreq_boost_work()
259 struct msm_gpu_devfreq, boost_work.work); in msm_devfreq_boost_work()
266 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_boost()
290 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_active()
337 struct msm_gpu_devfreq *df = container_of(work, in msm_devfreq_idle_work()
338 struct msm_gpu_devfreq, idle_work.work); in msm_devfreq_idle_work()
362 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_idle()