Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dgr2d.c76 host1x_channel_put(gr2d->channel); in gr2d_init()
94 host1x_channel_put(gr2d->channel); in gr2d_exit()
118 host1x_channel_put(context->channel); in gr2d_close_channel()
Dgr3d.c86 host1x_channel_put(gr3d->channel); in gr3d_init()
103 host1x_channel_put(gr3d->channel); in gr3d_exit()
127 host1x_channel_put(context->channel); in gr3d_close_channel()
Dvic.c187 host1x_channel_put(vic->channel); in vic_init()
209 host1x_channel_put(vic->channel); in vic_exit()
253 host1x_channel_put(context->channel); in vic_close_channel()
/Linux-v4.19/drivers/gpu/host1x/
Dchannel.c102 void host1x_channel_put(struct host1x_channel *channel) in host1x_channel_put() function
106 EXPORT_SYMBOL(host1x_channel_put);
Ddebug.c117 host1x_channel_put(ch); in show_all()
/Linux-v4.19/include/linux/
Dhost1x.h176 void host1x_channel_put(struct host1x_channel *channel);