channel_op        126 drivers/gpu/host1x/dev.h 	const struct host1x_channel_ops *channel_op;
channel_op        233 drivers/gpu/host1x/dev.h 	return host->channel_op->init(channel, host, id);
channel_op        239 drivers/gpu/host1x/dev.h 	return host->channel_op->submit(job);
channel_op         25 drivers/gpu/host1x/hw/host1x01.c 	host->channel_op = &host1x_channel_ops;
channel_op         25 drivers/gpu/host1x/hw/host1x02.c 	host->channel_op = &host1x_channel_ops;
channel_op         25 drivers/gpu/host1x/hw/host1x04.c 	host->channel_op = &host1x_channel_ops;
channel_op         25 drivers/gpu/host1x/hw/host1x05.c 	host->channel_op = &host1x_channel_ops;
channel_op         25 drivers/gpu/host1x/hw/host1x06.c 	host->channel_op = &host1x_channel_ops;
channel_op         25 drivers/gpu/host1x/hw/host1x07.c 	host->channel_op = &host1x_channel_ops;