Lines Matching refs:host1x
3 * Tegra host1x Interrupt Management
15 struct host1x;
68 int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt,
78 void host1x_intr_put_ref(struct host1x *host, unsigned int id, void *ref);
80 /* Initialize host1x sync point interrupt */
81 int host1x_intr_init(struct host1x *host, unsigned int irq_sync);
83 /* Deinitialize host1x sync point interrupt */
84 void host1x_intr_deinit(struct host1x *host);
86 /* Enable host1x sync point interrupt */
87 void host1x_intr_start(struct host1x *host);
89 /* Disable host1x sync point interrupt */
90 void host1x_intr_stop(struct host1x *host);