Home
last modified time | relevance | path

Searched refs:intr_wq (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/host1x/hw/
Dintr_hw.c41 queue_work(host->intr_wq, &syncpt->intr.work); in host1x_intr_syncpt_handle()
131 flush_workqueue(host->intr_wq); in _host1x_free_syncpt_irq()
/linux-4.1.27/drivers/gpu/host1x/
Dintr.c280 host->intr_wq = create_workqueue("host_syncpt"); in host1x_intr_init()
281 if (!host->intr_wq) in host1x_intr_init()
302 destroy_workqueue(host->intr_wq); in host1x_intr_deinit()
Ddev.h111 struct workqueue_struct *intr_wq; member