Searched refs:channel_queue_setup (Results 1 – 3 of 3) sorted by relevance
62 void (*channel_queue_setup)(struct tegra_vi_channel *chan); member
569 .channel_queue_setup = tegra20_channel_queue_setup,
121 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()