Home
last modified time | relevance | path

Searched refs:channel_op (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/host1x/hw/
Dhost1x05.c36 host->channel_op = &host1x_channel_ops; in host1x05_init()
Dhost1x01.c36 host->channel_op = &host1x_channel_ops; in host1x01_init()
Dhost1x02.c36 host->channel_op = &host1x_channel_ops; in host1x02_init()
Dhost1x04.c36 host->channel_op = &host1x_channel_ops; in host1x04_init()
Dhost1x06.c36 host->channel_op = &host1x_channel_ops; in host1x06_init()
/Linux-v4.19/drivers/gpu/host1x/
Ddev.h129 const struct host1x_channel_ops *channel_op; member
236 return host->channel_op->init(channel, host, id); in host1x_hw_channel_init()
242 return host->channel_op->submit(job); in host1x_hw_channel_submit()