]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
media: mediactl/*.rst: document argp
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 4 Aug 2018 09:48:36 +0000 (05:48 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 11 Sep 2018 12:30:52 +0000 (08:30 -0400)
The documentation of the Media Controller API ioctls is missing a description
of the argp ioctl argument. Add this.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/media/uapi/mediactl/media-ioc-device-info.rst
Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst
Documentation/media/uapi/mediactl/media-ioc-enum-links.rst
Documentation/media/uapi/mediactl/media-ioc-g-topology.rst
Documentation/media/uapi/mediactl/media-ioc-setup-link.rst

index 649cb3d9e05829ba2ad6f5ba8a5ab9739f337178..c6f224e404b79ce46b2f908aeaff03caa2437629 100644 (file)
@@ -26,6 +26,7 @@ Arguments
     File descriptor returned by :ref:`open() <media-func-open>`.
 
 ``argp``
+    Pointer to struct :c:type:`media_device_info`.
 
 
 Description
index fc2e39c070c9a041ae72f55312562aa832eac1f7..02738640e34e82f1edad0cb47b968f41039f15b5 100644 (file)
@@ -26,6 +26,7 @@ Arguments
     File descriptor returned by :ref:`open() <media-func-open>`.
 
 ``argp``
+    Pointer to struct :c:type:`media_entity_desc`.
 
 
 Description
index f158c134e9b0ea1ca24a218a169a0bf62d8b5fc3..b89aaae373df5af9252338eca2fbe81a5a2018de 100644 (file)
@@ -26,6 +26,7 @@ Arguments
     File descriptor returned by :ref:`open() <media-func-open>`.
 
 ``argp``
+    Pointer to struct :c:type:`media_links_enum`.
 
 
 Description
index bac128c7eda922c392512b000a5e3181a3400747..4e1c59238371a274012e9bb995376160193cd03a 100644 (file)
@@ -26,6 +26,7 @@ Arguments
     File descriptor returned by :ref:`open() <media-func-open>`.
 
 ``argp``
+    Pointer to struct :c:type:`media_v2_topology`.
 
 
 Description
index ae5194940100e2d5bef9822b8d50993ab20e9bc7..e345e7dc9ad78971db1eee485383b9b7be1a1440 100644 (file)
@@ -26,6 +26,7 @@ Arguments
     File descriptor returned by :ref:`open() <media-func-open>`.
 
 ``argp``
+    Pointer to struct :c:type:`media_link_desc`.
 
 
 Description