Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Ddev.h114 const struct host1x_channel_ops *channel_op; member
211 return host->channel_op->init(channel, host, chid); in host1x_hw_channel_init()
217 return host->channel_op->submit(job); in host1x_hw_channel_submit()
/drivers/gpu/host1x/hw/
Dhost1x01.c34 host->channel_op = &host1x_channel_ops; in host1x01_init()