summaryrefslogtreecommitdiff
path: root/include/media/dmxdev.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-29 08:23:41 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-29 08:31:25 -0500
commit9f577d6db5bf7d76fb9e26894a92fcb4ecb4c832 (patch)
treeee9d3cf62534e68c34a01a568aceff517a14d6aa /include/media/dmxdev.h
parent15128beef1ce3d48565f44756ff4a2077ac97a01 (diff)
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.h2
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.
*/