[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>
This commit is contained in:
@@ -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
|
||||
===========
|
||||
|
Reference in New Issue
Block a user