summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/vidioc-overlay.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-19 16:53:38 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-22 21:23:27 -0300
commit41d804653ec8aaee432bfd9a78f4c0e24553f5ab (patch)
tree2fd0020cf5b0b6d4baaaf8cbbd4a2b1483bf8996 /Documentation/media/uapi/v4l/vidioc-overlay.rst
parent1b81f010bfd8ce61b79329d7ebb23b62d5d7effb (diff)
downloadop-kernel-dev-41d804653ec8aaee432bfd9a78f4c0e24553f5ab.zip
op-kernel-dev-41d804653ec8aaee432bfd9a78f4c0e24553f5ab.tar.gz
[media] docs-rst: Convert V4L2 uAPI to use C function references
Name all ioctl references and make them match the ioctls that are documented. That will improve the cross-reference index, as it will have all ioctls and syscalls there. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-overlay.rst')
-rw-r--r--Documentation/media/uapi/v4l/vidioc-overlay.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-overlay.rst b/Documentation/media/uapi/v4l/vidioc-overlay.rst
index e7a3956..cd7b62e 100644
--- a/Documentation/media/uapi/v4l/vidioc-overlay.rst
+++ b/Documentation/media/uapi/v4l/vidioc-overlay.rst
@@ -15,7 +15,8 @@ VIDIOC_OVERLAY - Start or stop video overlay
Synopsis
========
-.. c:function:: int ioctl( int fd, int request, const int *argp )
+.. c:function:: int ioctl( int fd, VIDIOC_OVERLAY, const int *argp )
+ :name: VIDIOC_OVERLAY
Arguments
@@ -24,9 +25,6 @@ Arguments
``fd``
File descriptor returned by :ref:`open() <func-open>`.
-``request``
- VIDIOC_OVERLAY
-
``argp``
OpenPOWER on IntegriCloud