Home
last modified time | relevance | path

Searched refs:channel_queue_setup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvi.h62 void (*channel_queue_setup)(struct tegra_vi_channel *chan); member
H A Dtegra20.c569 .channel_queue_setup = tegra20_channel_queue_setup,
H A Dvi.c121 if (chan->vi->ops->channel_queue_setup) in tegra_channel_queue_setup()
122 chan->vi->ops->channel_queue_setup(chan); in tegra_channel_queue_setup()