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