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