Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
H A Dchannel.c76 void host1x_channel_stop(struct host1x_channel *channel) in host1x_channel_stop() function
82 EXPORT_SYMBOL(host1x_channel_stop);
98 host1x_channel_stop(&chlist->channels[bit]); in host1x_channel_stop_all()
/linux/drivers/gpu/drm/tegra/
H A Dgr2d.c305 host1x_channel_stop(gr2d->channel); in gr2d_runtime_suspend()
H A Dgr3d.c536 host1x_channel_stop(gr3d->channel); in gr3d_runtime_suspend()
H A Dnvdec.c345 host1x_channel_stop(nvdec->channel); in nvdec_runtime_suspend()
H A Dvic.c345 host1x_channel_stop(vic->channel); in vic_runtime_suspend()
/linux/include/linux/
H A Dhost1x.h243 void host1x_channel_stop(struct host1x_channel *channel);