Searched defs:host1x_intr_ops (Results 1 – 4 of 4) sorted by relevance
86 struct host1x_intr_ops { struct87 int (*init_host_sync)(struct host1x *host, u32 cpm,89 void (*set_syncpt_threshold)(91 void (*enable_syncpt_intr)(struct host1x *host, unsigned int id);92 void (*disable_syncpt_intr)(struct host1x *host, unsigned int id);93 void (*disable_all_syncpt_intrs)(struct host1x *host);94 int (*free_syncpt_irq)(struct host1x *host);
75 struct host1x_intr_ops { struct76 int (*init_host_sync)(struct host1x *host, u32 cpm,78 void (*set_syncpt_threshold)(80 void (*enable_syncpt_intr)(struct host1x *host, unsigned int id);81 void (*disable_syncpt_intr)(struct host1x *host, unsigned int id);82 void (*disable_all_syncpt_intrs)(struct host1x *host);83 int (*free_syncpt_irq)(struct host1x *host);
141 static const struct host1x_intr_ops host1x_intr_ops = { variable
152 static const struct host1x_intr_ops host1x_intr_ops = { variable