Lines Matching refs:host1x_channel
19 chlist->channels = kcalloc(num_channels, sizeof(struct host1x_channel), in host1x_channel_list_init()
47 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get()
63 struct host1x_channel *host1x_channel_get_index(struct host1x *host, in host1x_channel_get_index()
66 struct host1x_channel *ch = &host->channel_list.channels[index]; in host1x_channel_get_index()
74 void host1x_channel_stop(struct host1x_channel *channel) in host1x_channel_stop()
84 struct host1x_channel *channel = in release_channel()
85 container_of(kref, struct host1x_channel, refcount); in release_channel()
95 void host1x_channel_put(struct host1x_channel *channel) in host1x_channel_put()
101 static struct host1x_channel *acquire_unused_channel(struct host1x *host) in acquire_unused_channel()
127 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
131 struct host1x_channel *channel; in host1x_channel_request()