Searched defs:host1x_intr_ops (Results 1 – 2 of 2) sorted by relevance
81 struct host1x_intr_ops { struct82 int (*init_host_sync)(struct host1x *host, u32 cpm,84 void (*set_syncpt_threshold)(86 void (*enable_syncpt_intr)(struct host1x *host, u32 id);87 void (*disable_syncpt_intr)(struct host1x *host, u32 id);88 void (*disable_all_syncpt_intrs)(struct host1x *host);89 int (*free_syncpt_irq)(struct host1x *host);
135 static const struct host1x_intr_ops host1x_intr_ops = { variable