Searched defs:host1x_cdma_ops (Results 1 – 2 of 2) sorted by relevance
44 struct host1x_cdma_ops { struct45 void (*start)(struct host1x_cdma *cdma);46 void (*stop)(struct host1x_cdma *cdma);47 void (*flush)(struct host1x_cdma *cdma);48 int (*timeout_init)(struct host1x_cdma *cdma, unsigned int syncpt);49 void (*timeout_destroy)(struct host1x_cdma *cdma);50 void (*freeze)(struct host1x_cdma *cdma);51 void (*resume)(struct host1x_cdma *cdma, u32 getptr);52 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr,
313 static const struct host1x_cdma_ops host1x_cdma_ops = { variable