diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 16:23:41 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 16:31:25 +0300 |
commit | 9f577d6db5bf7d76fb9e26894a92fcb4ecb4c832 (patch) | |
tree | ee9d3cf62534e68c34a01a568aceff517a14d6aa /include/media/dmxdev.h | |
parent | 15128beef1ce3d48565f44756ff4a2077ac97a01 (diff) | |
download | linux-9f577d6db5bf7d76fb9e26894a92fcb4ecb4c832.tar.xz |
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 'include/media/dmxdev.h')
-rw-r--r-- | include/media/dmxdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/dmxdev.h b/include/media/dmxdev.h index d5bef0da2e6e..2f5cb2c7b6a7 100644 --- a/include/media/dmxdev.h +++ b/include/media/dmxdev.h @@ -112,6 +112,7 @@ struct dmxdev_feed { * @state: state of the dmxdev filter, as defined by &enum dmxdev_state. * @dev: pointer to &struct dmxdev. * @buffer: an embedded &struct dvb_ringbuffer buffer. + * @vb2_ctx: control struct for VB2 handler * @mutex: protects the access to &struct dmxdev_filter. * @timer: &struct timer_list embedded timer, used to check for * feed timeouts. @@ -165,6 +166,7 @@ struct dmxdev_filter { * @exit: flag to indicate that the demux is being released. * @dvr_orig_fe: pointer to &struct dmx_frontend. * @dvr_buffer: embedded &struct dvb_ringbuffer for DVB output. + * @dvr_vb2_ctx: control struct for VB2 handler * @mutex: protects the usage of this structure. * @lock: protects access to &dmxdev->filter->data. */ |