Lines Matching full:host1x
3 * Tegra host1x Interrupt Management
15 struct host1x;
70 int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt,
81 void host1x_intr_put_ref(struct host1x *host, unsigned int id, void *ref,
84 /* Initialize host1x sync point interrupt */
85 int host1x_intr_init(struct host1x *host, unsigned int irq_sync);
87 /* Deinitialize host1x sync point interrupt */
88 void host1x_intr_deinit(struct host1x *host);
90 /* Enable host1x sync point interrupt */
91 void host1x_intr_start(struct host1x *host);
93 /* Disable host1x sync point interrupt */
94 void host1x_intr_stop(struct host1x *host);