Home
last modified time | relevance | path

Searched refs:cdma_op (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/host1x/
Ddev.h134 const struct host1x_cdma_ops *cdma_op; member
254 host->cdma_op->start(cdma); in host1x_hw_cdma_start()
260 host->cdma_op->stop(cdma); in host1x_hw_cdma_stop()
266 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
272 return host->cdma_op->timeout_init(cdma); in host1x_hw_cdma_timeout_init()
278 host->cdma_op->timeout_destroy(cdma); in host1x_hw_cdma_timeout_destroy()
284 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
290 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
299 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()
/drivers/gpu/host1x/hw/
Dhost1x06.c26 host->cdma_op = &host1x_cdma_ops; in host1x06_init()
Dhost1x04.c26 host->cdma_op = &host1x_cdma_ops; in host1x04_init()
Dhost1x07.c26 host->cdma_op = &host1x_cdma_ops; in host1x07_init()
Dhost1x01.c26 host->cdma_op = &host1x_cdma_ops; in host1x01_init()
Dhost1x02.c26 host->cdma_op = &host1x_cdma_ops; in host1x02_init()
Dhost1x05.c26 host->cdma_op = &host1x_cdma_ops; in host1x05_init()