Searched defs:host1x_syncpt_ops (Results 1 – 2 of 2) sorted by relevance
66 struct host1x_syncpt_ops { struct67 void (*restore)(struct host1x_syncpt *syncpt);68 void (*restore_wait_base)(struct host1x_syncpt *syncpt);69 void (*load_wait_base)(struct host1x_syncpt *syncpt);70 u32 (*load)(struct host1x_syncpt *syncpt);71 int (*cpu_incr)(struct host1x_syncpt *syncpt);72 void (*assign_to_channel)(struct host1x_syncpt *syncpt,74 void (*enable_protection)(struct host1x *host);
133 static const struct host1x_syncpt_ops host1x_syncpt_ops = { variable