diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 08:23:41 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 08:31:25 -0500 |
commit | 9f577d6db5bf7d76fb9e26894a92fcb4ecb4c832 (patch) | |
tree | ee9d3cf62534e68c34a01a568aceff517a14d6aa /Documentation/media | |
parent | 15128beef1ce3d48565f44756ff4a2077ac97a01 (diff) | |
download | linux-9f577d6db5bf7d76fb9e26894a92fcb4ecb4c832.tar.bz2 |
media: dvb kAPI docs: document dvb_vb2.h
Document the data structures and functions inside this kAPI header.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/kapi/dtv-common.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/media/kapi/dtv-common.rst b/Documentation/media/kapi/dtv-common.rst index c47843b6c81d..7a9574f03190 100644 --- a/Documentation/media/kapi/dtv-common.rst +++ b/Documentation/media/kapi/dtv-common.rst @@ -53,3 +53,8 @@ copy it from/to userspace. Two or more writers must be locked against each other. .. kernel-doc:: include/media/dvb_ringbuffer.h + +Digital TV VB2 handler +~~~~~~~~~~~~~~~~~~~~~~ + +.. kernel-doc:: include/media/dvb_vb2.h |