summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/media/mc_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/mc_common.h b/include/media/mc_common.h
index 4ddeb78df..f126ca798 100644
--- a/include/media/mc_common.h
+++ b/include/media/mc_common.h
@@ -338,6 +338,7 @@ int tegra_vi_channels_init(struct tegra_mc_vi *vi);
338int tegra_channel_cleanup(struct tegra_channel *chan); 338int tegra_channel_cleanup(struct tegra_channel *chan);
339int tegra_vi_channels_cleanup(struct tegra_mc_vi *vi); 339int tegra_vi_channels_cleanup(struct tegra_mc_vi *vi);
340int tegra_channel_init_subdevices(struct tegra_channel *chan); 340int tegra_channel_init_subdevices(struct tegra_channel *chan);
341void tegra_channel_remove_subdevices(struct tegra_channel *chan);
341struct v4l2_subdev *tegra_channel_find_linked_csi_subdev( 342struct v4l2_subdev *tegra_channel_find_linked_csi_subdev(
342 struct tegra_channel *chan); 343 struct tegra_channel *chan);
343int tegra_vi2_power_on(struct tegra_mc_vi *vi); 344int tegra_vi2_power_on(struct tegra_mc_vi *vi);