Searched refs:channel_op (Results 1 – 2 of 2) sorted by relevance
114 const struct host1x_channel_ops *channel_op; member211 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()
34 host->channel_op = &host1x_channel_ops; in host1x01_init()