Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Ddev.h143 const struct host1x_intr_ops *intr_op; member
220 return host->intr_op->init_host_sync(host, cpm); in host1x_hw_intr_init_host_sync()
227 host->intr_op->set_syncpt_threshold(host, id, thresh); in host1x_hw_intr_set_syncpt_threshold()
233 host->intr_op->enable_syncpt_intr(host, id); in host1x_hw_intr_enable_syncpt_intr()
239 host->intr_op->disable_syncpt_intr(host, id); in host1x_hw_intr_disable_syncpt_intr()
244 host->intr_op->disable_all_syncpt_intrs(host); in host1x_hw_intr_disable_all_syncpt_intrs()
249 return host->intr_op->free_syncpt_irq(host); in host1x_hw_intr_free_syncpt_irq()
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dhost1x05.c29 host->intr_op = &host1x_intr_ops; in host1x05_init()
H A Dhost1x04.c29 host->intr_op = &host1x_intr_ops; in host1x04_init()
H A Dhost1x06.c29 host->intr_op = &host1x_intr_ops; in host1x06_init()
H A Dhost1x07.c29 host->intr_op = &host1x_intr_ops; in host1x07_init()
H A Dhost1x01.c29 host->intr_op = &host1x_intr_ops; in host1x01_init()
H A Dhost1x08.c29 host->intr_op = &host1x_intr_ops; in host1x08_init()
H A Dhost1x02.c29 host->intr_op = &host1x_intr_ops; in host1x02_init()