diff --git a/Documentation/DocBook/media/v4l/vidioc-dqevent.xml b/Documentation/DocBook/media/v4l/vidioc-dqevent.xml
index 7769642ee431..5200b6874654 100644
--- a/Documentation/DocBook/media/v4l/vidioc-dqevent.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-dqevent.xml
@@ -135,6 +135,113 @@
+
+ struct v4l2_event_vsync
+
+ &cs-str;
+
+
+ __u8
+ field
+ The upcoming field. See &v4l2-field;.
+
+
+
+
+
+
+ struct v4l2_event_ctrl
+
+ &cs-str;
+
+
+ __u32
+ changes
+
+ A bitmask that tells what has changed. See .
+
+
+ __u32
+ type
+
+ The type of the control. See &v4l2-ctrl-type;.
+
+
+ union (anonymous)
+
+
+
+
+
+
+ __s32
+ value
+ The 32-bit value of the control for 32-bit control types.
+ This is 0 for string controls since the value of a string
+ cannot be passed using &VIDIOC-DQEVENT;.
+
+
+
+ __s64
+ value64
+ The 64-bit value of the control for 64-bit control types.
+
+
+ __u32
+ flags
+
+ The control flags. See .
+
+
+ __s32
+ minimum
+
+ The minimum value of the control. See &v4l2-queryctrl;.
+
+
+ __s32
+ maximum
+
+ The maximum value of the control. See &v4l2-queryctrl;.
+
+
+ __s32
+ step
+
+ The step value of the control. See &v4l2-queryctrl;.
+
+
+ __s32
+ default_value
+
+ The default value value of the control. See &v4l2-queryctrl;.
+
+
+
+
+
+
+ Changes
+
+ &cs-def;
+
+
+ V4L2_EVENT_CTRL_CH_VALUE
+ 0x0001
+ This control event was triggered because the value of the control
+ changed. Special case: if a button control is pressed, then this
+ event is sent as well, even though there is not explicit value
+ associated with a button control.
+
+
+ V4L2_EVENT_CTRL_CH_FLAGS
+ 0x0002
+ This control event was triggered because the control flags
+ changed.
+
+
+
+
&return-value;
diff --git a/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml b/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml
index 69c0d8a2a3d2..275be9689d88 100644
--- a/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml
@@ -183,113 +183,6 @@
-
- struct v4l2_event_vsync
-
- &cs-str;
-
-
- __u8
- field
- The upcoming field. See &v4l2-field;.
-
-
-
-
-
-
- struct v4l2_event_ctrl
-
- &cs-str;
-
-
- __u32
- changes
-
- A bitmask that tells what has changed. See .
-
-
- __u32
- type
-
- The type of the control. See &v4l2-ctrl-type;.
-
-
- union (anonymous)
-
-
-
-
-
-
- __s32
- value
- The 32-bit value of the control for 32-bit control types.
- This is 0 for string controls since the value of a string
- cannot be passed using &VIDIOC-DQEVENT;.
-
-
-
- __s64
- value64
- The 64-bit value of the control for 64-bit control types.
-
-
- __u32
- flags
-
- The control flags. See .
-
-
- __s32
- minimum
-
- The minimum value of the control. See &v4l2-queryctrl;.
-
-
- __s32
- maximum
-
- The maximum value of the control. See &v4l2-queryctrl;.
-
-
- __s32
- step
-
- The step value of the control. See &v4l2-queryctrl;.
-
-
- __s32
- default_value
-
- The default value value of the control. See &v4l2-queryctrl;.
-
-
-
-
-
-
- Changes
-
- &cs-def;
-
-
- V4L2_EVENT_CTRL_CH_VALUE
- 0x0001
- This control event was triggered because the value of the control
- changed. Special case: if a button control is pressed, then this
- event is sent as well, even though there is not explicit value
- associated with a button control.
-
-
- V4L2_EVENT_CTRL_CH_FLAGS
- 0x0002
- This control event was triggered because the control flags
- changed.
-
-
-
-
&return-value;