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

/linux-master/drivers/gpu/host1x/hw/
H A Dhost1x01.c26 host->cdma_op = &host1x_cdma_ops;
H A Dhost1x02.c26 host->cdma_op = &host1x_cdma_ops;
H A Dhost1x04.c26 host->cdma_op = &host1x_cdma_ops;
H A Dhost1x05.c26 host->cdma_op = &host1x_cdma_ops;
H A Dhost1x06.c26 host->cdma_op = &host1x_cdma_ops;
H A Dhost1x07.c26 host->cdma_op = &host1x_cdma_ops;
H A Dhost1x08.c26 host->cdma_op = &host1x_cdma_ops;
/linux-master/drivers/gpu/host1x/
H A Ddev.h152 const struct host1x_cdma_ops *cdma_op; member in struct:host1x
275 host->cdma_op->start(cdma);
281 host->cdma_op->stop(cdma);
287 host->cdma_op->flush(cdma);
293 return host->cdma_op->timeout_init(cdma);
299 host->cdma_op->timeout_destroy(cdma);
305 host->cdma_op->freeze(cdma);
311 host->cdma_op->resume(cdma, getptr);
320 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval,

Completed in 114 milliseconds