Lines Matching refs:cdma
37 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,
246 struct host1x_cdma *cdma) in host1x_hw_cdma_start() argument
248 host->cdma_op->start(cdma); in host1x_hw_cdma_start()
252 struct host1x_cdma *cdma) in host1x_hw_cdma_stop() argument
254 host->cdma_op->stop(cdma); in host1x_hw_cdma_stop()
258 struct host1x_cdma *cdma) in host1x_hw_cdma_flush() argument
260 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
264 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_init() argument
267 return host->cdma_op->timeout_init(cdma, syncpt); in host1x_hw_cdma_timeout_init()
271 struct host1x_cdma *cdma) in host1x_hw_cdma_timeout_destroy() argument
273 host->cdma_op->timeout_destroy(cdma); in host1x_hw_cdma_timeout_destroy()
277 struct host1x_cdma *cdma) in host1x_hw_cdma_freeze() argument
279 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
283 struct host1x_cdma *cdma, u32 getptr) in host1x_hw_cdma_resume() argument
285 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
289 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_cpu_incr() argument
294 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()