summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/func-write.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2016-08-19 21:53:38 +0200
committerMauro Carvalho Chehab2016-08-23 02:23:27 +0200
commit41d804653ec8aaee432bfd9a78f4c0e24553f5ab (patch)
tree2fd0020cf5b0b6d4baaaf8cbbd4a2b1483bf8996 /Documentation/media/uapi/v4l/func-write.rst
parent[media] docs-next: stop abusing on the cpp domain (diff)
downloadkernel-qcow2-linux-41d804653ec8aaee432bfd9a78f4c0e24553f5ab.tar.gz
kernel-qcow2-linux-41d804653ec8aaee432bfd9a78f4c0e24553f5ab.tar.xz
kernel-qcow2-linux-41d804653ec8aaee432bfd9a78f4c0e24553f5ab.zip
[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/func-write.rst')
-rw-r--r--Documentation/media/uapi/v4l/func-write.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/media/uapi/v4l/func-write.rst b/Documentation/media/uapi/v4l/func-write.rst
index c9351a0efd99..938f33f85455 100644
--- a/Documentation/media/uapi/v4l/func-write.rst
+++ b/Documentation/media/uapi/v4l/func-write.rst
@@ -21,7 +21,7 @@ Synopsis
.. c:function:: ssize_t write( int fd, void *buf, size_t count )
-
+ :name: v4l2-write
Arguments
=========
@@ -30,8 +30,10 @@ Arguments
File descriptor returned by :ref:`open() <func-open>`.
``buf``
-``count``
+ Buffer with data to be written
+``count``
+ Number of bytes at the buffer
Description
===========