• Home
  • Raw
  • Download

Lines Matching refs:cdma

45 	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, u32 syncpt_id);
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,
226 struct host1x_cdma *cdma) in host1x_hw_cdma_start() argument
228 host->cdma_op->start(cdma); in host1x_hw_cdma_start()
232 struct host1x_cdma *cdma) in host1x_hw_cdma_stop() argument
234 host->cdma_op->stop(cdma); in host1x_hw_cdma_stop()
238 struct host1x_cdma *cdma) in host1x_hw_cdma_flush() argument
240 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
244 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_init() argument
247 return host->cdma_op->timeout_init(cdma, syncpt_id); in host1x_hw_cdma_timeout_init()
251 struct host1x_cdma *cdma) in host1x_hw_cdma_timeout_destroy() argument
253 host->cdma_op->timeout_destroy(cdma); in host1x_hw_cdma_timeout_destroy()
257 struct host1x_cdma *cdma) in host1x_hw_cdma_freeze() argument
259 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
263 struct host1x_cdma *cdma, u32 getptr) in host1x_hw_cdma_resume() argument
265 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
269 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_cpu_incr() argument
274 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()