From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga11.intel.com ([192.55.52.93]:36539 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756473AbcEXQvC (ORCPT ); Tue, 24 May 2016 12:51:02 -0400 From: Sakari Ailus To: linux-media@vger.kernel.org Cc: laurent.pinchart@ideasonboard.com, hverkuil@xs4all.nl, mchehab@osg.samsung.com Subject: [RFC v2 21/21] DocBook: media: Document request flags Date: Tue, 24 May 2016 19:47:31 +0300 Message-Id: <1464108451-28142-22-git-send-email-sakari.ailus@linux.intel.com> In-Reply-To: <1464108451-28142-1-git-send-email-sakari.ailus@linux.intel.com> References: <1464108451-28142-1-git-send-email-sakari.ailus@linux.intel.com> Sender: linux-media-owner@vger.kernel.org List-ID: Signed-off-by: Sakari Ailus --- .../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 @@ MEDIA_REQ_CMD_ALLOC and by the application for all other commands. + + __u32 + flags + Flags related to a request. See for the list of + flags. + @@ -161,6 +168,23 @@ + + + Media request flags + + + + + + MEDIA_REQ_FL_COMPLETE_EVENT + Queue and event to the file handle on request + completion. This flag is relevant for + MEDIA_REQ_CMD_APPLY and + MEDIA_REQ_CMD_QUEUE commands. + + + +
-- 1.9.1