Searched refs:channel_op (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Dhost1x01.c25 host->channel_op = &host1x_channel_ops;
H A Dhost1x02.c25 host->channel_op = &host1x_channel_ops;
H A Dhost1x04.c25 host->channel_op = &host1x_channel_ops;
H A Dhost1x05.c25 host->channel_op = &host1x_channel_ops;
H A Dhost1x06.c25 host->channel_op = &host1x_channel_ops;
H A Dhost1x07.c25 host->channel_op = &host1x_channel_ops;
H A Dhost1x08.c25 host->channel_op = &host1x_channel_ops;
/linux-master/drivers/gpu/host1x/
H A Ddev.h151 const struct host1x_channel_ops *channel_op; member in struct:host1x
263 return host->channel_op->init(channel, host, id);
269 return host->channel_op->submit(job);

Completed in 158 milliseconds