Lines Matching refs:cdma
39 void (*start)(struct host1x_cdma *cdma);
40 void (*stop)(struct host1x_cdma *cdma);
41 void (*flush)(struct host1x_cdma *cdma);
42 int (*timeout_init)(struct host1x_cdma *cdma);
43 void (*timeout_destroy)(struct host1x_cdma *cdma);
44 void (*freeze)(struct host1x_cdma *cdma);
45 void (*resume)(struct host1x_cdma *cdma, u32 getptr);
46 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr,
275 struct host1x_cdma *cdma) in host1x_hw_cdma_start() argument
277 host->cdma_op->start(cdma); in host1x_hw_cdma_start()
281 struct host1x_cdma *cdma) in host1x_hw_cdma_stop() argument
283 host->cdma_op->stop(cdma); in host1x_hw_cdma_stop()
287 struct host1x_cdma *cdma) in host1x_hw_cdma_flush() argument
289 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
293 struct host1x_cdma *cdma) in host1x_hw_cdma_timeout_init() argument
295 return host->cdma_op->timeout_init(cdma); in host1x_hw_cdma_timeout_init()
299 struct host1x_cdma *cdma) in host1x_hw_cdma_timeout_destroy() argument
301 host->cdma_op->timeout_destroy(cdma); in host1x_hw_cdma_timeout_destroy()
305 struct host1x_cdma *cdma) in host1x_hw_cdma_freeze() argument
307 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
311 struct host1x_cdma *cdma, u32 getptr) in host1x_hw_cdma_resume() argument
313 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
317 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_cpu_incr() argument
322 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()