Home
last modified time | relevance | path

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

/drivers/gpu/host1x/hw/
Dhost1x07.c27 host->cdma_pb_op = &host1x_pushbuffer_ops; in host1x07_init()
Dhost1x06.c27 host->cdma_pb_op = &host1x_pushbuffer_ops; in host1x06_init()
Dhost1x05.c27 host->cdma_pb_op = &host1x_pushbuffer_ops; in host1x05_init()
Dhost1x02.c27 host->cdma_pb_op = &host1x_pushbuffer_ops; in host1x02_init()
Dhost1x01.c27 host->cdma_pb_op = &host1x_pushbuffer_ops; in host1x01_init()
Dhost1x04.c27 host->cdma_pb_op = &host1x_pushbuffer_ops; in host1x04_init()
/drivers/gpu/host1x/
Ddev.h129 const struct host1x_pushbuffer_ops *cdma_pb_op; member
301 host->cdma_pb_op->init(pb); in host1x_hw_pushbuffer_init()