Searched refs:host1x_channel_get (Results 1 – 7 of 7) sorted by relevance
47 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() function53 EXPORT_SYMBOL(host1x_channel_get);
100 context->channel = host1x_channel_get(client->shared_channel); in tegra_drm_ioctl_channel_open()
131 context->channel = host1x_channel_get(gr2d->channel); in gr2d_open_channel()
140 context->channel = host1x_channel_get(gr3d->channel); in gr3d_open_channel()
364 context->channel = host1x_channel_get(nvdec->channel); in nvdec_open_channel()
372 context->channel = host1x_channel_get(vic->channel); in vic_open_channel()
237 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel);
Completed in 13 milliseconds