mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02: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:
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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user