Searched defs:host1x_channel_ops (Results 1 – 2 of 2) sorted by relevance
38 struct host1x_channel_ops { struct39 int (*init)(struct host1x_channel *channel, struct host1x *host,41 int (*submit)(struct host1x_job *job);
185 static const struct host1x_channel_ops host1x_channel_ops = { variable