Home
last modified time | relevance | path

Searched refs:intr_op (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/host1x/
Ddev.h128 const struct host1x_intr_ops *intr_op; member
200 return host->intr_op->init_host_sync(host, cpm, syncpt_thresh_work); in host1x_hw_intr_init_host_sync()
207 host->intr_op->set_syncpt_threshold(host, id, thresh); in host1x_hw_intr_set_syncpt_threshold()
213 host->intr_op->enable_syncpt_intr(host, id); in host1x_hw_intr_enable_syncpt_intr()
219 host->intr_op->disable_syncpt_intr(host, id); in host1x_hw_intr_disable_syncpt_intr()
224 host->intr_op->disable_all_syncpt_intrs(host); in host1x_hw_intr_disable_all_syncpt_intrs()
229 return host->intr_op->free_syncpt_irq(host); in host1x_hw_intr_free_syncpt_irq()
/Linux-v4.19/drivers/gpu/host1x/hw/
Dhost1x05.c40 host->intr_op = &host1x_intr_ops; in host1x05_init()
Dhost1x01.c40 host->intr_op = &host1x_intr_ops; in host1x01_init()
Dhost1x02.c40 host->intr_op = &host1x_intr_ops; in host1x02_init()
Dhost1x04.c40 host->intr_op = &host1x_intr_ops; in host1x04_init()
Dhost1x06.c40 host->intr_op = &host1x_intr_ops; in host1x06_init()