Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/host1x/
Ddev.h117 const struct host1x_cdma_ops *cdma_op; member
228 host->cdma_op->start(cdma); in host1x_hw_cdma_start()
234 host->cdma_op->stop(cdma); in host1x_hw_cdma_stop()
240 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
247 return host->cdma_op->timeout_init(cdma, syncpt_id); in host1x_hw_cdma_timeout_init()
253 host->cdma_op->timeout_destroy(cdma); in host1x_hw_cdma_timeout_destroy()
259 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
265 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
274 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()
/linux-4.1.27/drivers/gpu/host1x/hw/
Dhost1x02.c35 host->cdma_op = &host1x_cdma_ops; in host1x02_init()
Dhost1x04.c35 host->cdma_op = &host1x_cdma_ops; in host1x04_init()
Dhost1x01.c35 host->cdma_op = &host1x_cdma_ops; in host1x01_init()