Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/host1x/
Ddev.h145 const struct host1x_cdma_ops *cdma_op; member
268 host->cdma_op->start(cdma); in host1x_hw_cdma_start()
274 host->cdma_op->stop(cdma); in host1x_hw_cdma_stop()
280 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
286 return host->cdma_op->timeout_init(cdma); in host1x_hw_cdma_timeout_init()
292 host->cdma_op->timeout_destroy(cdma); in host1x_hw_cdma_timeout_destroy()
298 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
304 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
313 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()
/Linux-v6.6/drivers/gpu/host1x/hw/
Dhost1x01.c26 host->cdma_op = &host1x_cdma_ops; in host1x01_init()
Dhost1x02.c26 host->cdma_op = &host1x_cdma_ops; in host1x02_init()
Dhost1x04.c26 host->cdma_op = &host1x_cdma_ops; in host1x04_init()
Dhost1x05.c26 host->cdma_op = &host1x_cdma_ops; in host1x05_init()
Dhost1x06.c26 host->cdma_op = &host1x_cdma_ops; in host1x06_init()
Dhost1x07.c26 host->cdma_op = &host1x_cdma_ops; in host1x07_init()
Dhost1x08.c26 host->cdma_op = &host1x_cdma_ops; in host1x08_init()