Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> --- .../DocBook/media/v4l/media-ioc-request-cmd.xml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Documentation/DocBook/media/v4l/media-ioc-request-cmd.xml b/Documentation/DocBook/media/v4l/media-ioc-request-cmd.xml index 4f4acea..14c0068 100644 --- a/Documentation/DocBook/media/v4l/media-ioc-request-cmd.xml +++ b/Documentation/DocBook/media/v4l/media-ioc-request-cmd.xml @@ -132,6 +132,13 @@ <constant>MEDIA_REQ_CMD_ALLOC</constant> and by the application for all other commands.</entry> </row> + <row> + <entry>__u32</entry> + <entry><structfield>flags</structfield></entry> + <entry>Flags related to a request. See <xref + linkend="media-request-flags" /> for the list of + flags.</entry> + </row> </tbody> </tgroup> </table> @@ -161,6 +168,23 @@ </tbody> </tgroup> </table> + + <table frame="none" pgwide="1" id="media-request-flags"> + <title>Media request flags</title> + <tgroup cols="2"> + <colspec colname="c1"/> + <colspec colname="c2"/> + <tbody valign="top"> + <row> + <entry><constant>MEDIA_REQ_FL_COMPLETE_EVENT</constant></entry> + <entry>Queue and event to the file handle on request + completion. This flag is relevant for + <constant>MEDIA_REQ_CMD_APPLY</constant> and + <constant>MEDIA_REQ_CMD_QUEUE</constant> commands.</entry> + </row> + </tbody> + </tgroup> + </table> </refsect1> <refsect1> -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html