diff options
author | André Almeida <andrealmeid@collabora.com> | 2019-06-24 08:37:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-23 11:55:00 -0400 |
commit | e2727ec58c113c2c95cbb75f6a129bd1fa0bf761 (patch) | |
tree | fefa80e1b2732f977a91a25ef21451404469d823 /Documentation/media | |
parent | edb0b4e24baa2cd34ea142f8ffd479853e7e6710 (diff) | |
download | linux-e2727ec58c113c2c95cbb75f6a129bd1fa0bf761.tar.gz linux-e2727ec58c113c2c95cbb75f6a129bd1fa0bf761.tar.bz2 linux-e2727ec58c113c2c95cbb75f6a129bd1fa0bf761.zip |
media: vimc.rst: add vimc-streamer source documentation
Since vimc-streamer.{c, h} are fully documented and conforming with the
kernel-doc syntax, add those files to vimc.rst
Signed-off-by: André Almeida <andrealmeid@collabora.com>
Suggested-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/v4l-drivers/vimc.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/media/v4l-drivers/vimc.rst b/Documentation/media/v4l-drivers/vimc.rst index bece85867424..406417680db5 100644 --- a/Documentation/media/v4l-drivers/vimc.rst +++ b/Documentation/media/v4l-drivers/vimc.rst @@ -96,3 +96,14 @@ those arguments to each subdevice, not to the vimc module. For example:: Window size to calculate the mean. Note: the window size needs to be an odd number, as the main pixel stays in the center of the window, otherwise the next odd number is considered (the default value is 3). + +Source code documentation +------------------------- + +vimc-streamer +~~~~~~~~~~~~~ + +.. kernel-doc:: drivers/media/platform/vimc/vimc-streamer.h + :internal: + +.. kernel-doc:: drivers/media/platform/vimc/vimc-streamer.c |