diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-19 21:53:38 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-23 02:23:27 +0200 |
commit | 41d804653ec8aaee432bfd9a78f4c0e24553f5ab (patch) | |
tree | 2fd0020cf5b0b6d4baaaf8cbbd4a2b1483bf8996 /Documentation/media/uapi/v4l/vidioc-log-status.rst | |
parent | [media] docs-next: stop abusing on the cpp domain (diff) | |
download | linux-41d804653ec8aaee432bfd9a78f4c0e24553f5ab.tar.xz 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/vidioc-log-status.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-log-status.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-log-status.rst b/Documentation/media/uapi/v4l/vidioc-log-status.rst index 6cf7904dd34c..bbeb7b5f516b 100644 --- a/Documentation/media/uapi/v4l/vidioc-log-status.rst +++ b/Documentation/media/uapi/v4l/vidioc-log-status.rst @@ -15,12 +15,15 @@ VIDIOC_LOG_STATUS - Log driver status information Synopsis ======== -.. c:function:: int ioctl( int fd, int request ) +.. c:function:: int ioctl( int fd, VIDIOC_LOG_STATUS) + :name: VIDIOC_LOG_STATUS Arguments ========= +``fd`` + File descriptor returned by :ref:`open() <func-open>`. Description |