diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-21 15:30:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-23 08:04:21 -0300 |
commit | d9d3d1761abecf72a8044762724fb04b5974a513 (patch) | |
tree | ec7e1b6133663ac60d51bec18f980d2fbb7a3959 /Documentation | |
parent | 041d8211a0cc414650c2ac4b2396e0fcda27e17e (diff) | |
download | op-kernel-dev-d9d3d1761abecf72a8044762724fb04b5974a513.zip op-kernel-dev-d9d3d1761abecf72a8044762724fb04b5974a513.tar.gz |
[media] doc-rst: document v4l2-dev.h
Add documentation for v4l2-dev.h, and put it at v4l2-framework.rst,
where struct video_device is currently documented.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/media/kapi/v4l2-framework.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/media/kapi/v4l2-framework.rst b/Documentation/media/kapi/v4l2-framework.rst index de341fc..315388e 100644 --- a/Documentation/media/kapi/v4l2-framework.rst +++ b/Documentation/media/kapi/v4l2-framework.rst @@ -699,3 +699,8 @@ methods. It is expected that once the CCF becomes available on all relevant architectures this API will be removed. + +video_device kAPI +^^^^^^^^^^^^^^^^^ + +.. kernel-doc:: include/media/v4l2-dev.h |