Home
last modified time | relevance | path

Searched refs:host1x_channel_get (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/gpu/host1x/
Dchannel.c47 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() function
53 EXPORT_SYMBOL(host1x_channel_get);
/linux-6.1.9/drivers/gpu/drm/tegra/
Duapi.c100 context->channel = host1x_channel_get(client->shared_channel); in tegra_drm_ioctl_channel_open()
Dgr2d.c131 context->channel = host1x_channel_get(gr2d->channel); in gr2d_open_channel()
Dnvdec.c298 context->channel = host1x_channel_get(nvdec->channel); in nvdec_open_channel()
Dgr3d.c140 context->channel = host1x_channel_get(gr3d->channel); in gr3d_open_channel()
Dvic.c383 context->channel = host1x_channel_get(vic->channel); in vic_open_channel()
/linux-6.1.9/include/linux/
Dhost1x.h234 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel);