Home
last modified time | relevance | path

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

/linux-5.15/drivers/gpu/host1x/ !
H A Dchannel.c51 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() function
57 EXPORT_SYMBOL(host1x_channel_get);
/linux-5.15/drivers/gpu/drm/tegra/ !
A Dgr2d.c105 context->channel = host1x_channel_get(gr2d->channel); in gr2d_open_channel()
A Duapi.c100 context->channel = host1x_channel_get(client->shared_channel); in tegra_drm_ioctl_channel_open()
A Dgr3d.c113 context->channel = host1x_channel_get(gr3d->channel); in gr3d_open_channel()
A Dvic.c339 context->channel = host1x_channel_get(vic->channel); in vic_open_channel()
/linux-5.15/include/linux/ !
A Dhost1x.h183 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel);