Searched defs:host1x_cdma_ops (Results 1 – 2 of 2) sorted by relevance
36 struct host1x_cdma_ops { struct37 void (*start)(struct host1x_cdma *cdma);38 void (*stop)(struct host1x_cdma *cdma);39 void (*flush)(struct host1x_cdma *cdma);40 int (*timeout_init)(struct host1x_cdma *cdma, unsigned int syncpt);41 void (*timeout_destroy)(struct host1x_cdma *cdma);42 void (*freeze)(struct host1x_cdma *cdma);43 void (*resume)(struct host1x_cdma *cdma, u32 getptr);44 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr,
317 static const struct host1x_cdma_ops host1x_cdma_ops = { variable