Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Dchannel.c51 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() function
57 EXPORT_SYMBOL(host1x_channel_get);
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Dgr2d.c105 context->channel = host1x_channel_get(gr2d->channel); in gr2d_open_channel()
Dgr3d.c113 context->channel = host1x_channel_get(gr3d->channel); in gr3d_open_channel()
Dvic.c328 context->channel = host1x_channel_get(vic->channel); in vic_open_channel()
/kernel/linux/linux-5.10/include/linux/
Dhost1x.h169 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel);