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

/linux-master/drivers/gpu/host1x/hw/
H A Dhost1x01.c29 host->intr_op = &host1x_intr_ops;
H A Dhost1x02.c29 host->intr_op = &host1x_intr_ops;
H A Dhost1x04.c29 host->intr_op = &host1x_intr_ops;
H A Dhost1x05.c29 host->intr_op = &host1x_intr_ops;
H A Dhost1x06.c29 host->intr_op = &host1x_intr_ops;
H A Dhost1x07.c29 host->intr_op = &host1x_intr_ops;
H A Dhost1x08.c29 host->intr_op = &host1x_intr_ops;
/linux-master/drivers/gpu/host1x/
H A Ddev.h150 const struct host1x_intr_ops *intr_op; member in struct:host1x
227 return host->intr_op->init_host_sync(host, cpm);
234 host->intr_op->set_syncpt_threshold(host, id, thresh);
240 host->intr_op->enable_syncpt_intr(host, id);
246 host->intr_op->disable_syncpt_intr(host, id);
251 host->intr_op->disable_all_syncpt_intrs(host);
256 return host->intr_op->free_syncpt_irq(host);

Completed in 258 milliseconds