Searched refs:inactive_work (Results 1 – 2 of 2) sorted by relevance
116 struct work_struct inactive_work; member
221 struct msm_gpu *gpu = container_of(work, struct msm_gpu, inactive_work); in inactive_worker()242 queue_work(priv->wq, &gpu->inactive_work); in inactive_handler()544 INIT_WORK(&gpu->inactive_work, inactive_worker); in msm_gpu_init()