mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 22:08:33 -04:00
staging: media: tegra-video: document tegra_channel_get_remote_source_subdev
Clarify what this function does. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
b48ece9bb8
commit
2f229d4049
@@ -164,6 +164,9 @@ tegra_channel_get_remote_csi_subdev(struct tegra_vi_channel *chan)
|
||||
return media_entity_to_v4l2_subdev(pad->entity);
|
||||
}
|
||||
|
||||
/*
|
||||
* Walk up the chain until the initial source (e.g. image sensor)
|
||||
*/
|
||||
struct v4l2_subdev *
|
||||
tegra_channel_get_remote_source_subdev(struct tegra_vi_channel *chan)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user