Commit 1473c75e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: v4l uAPI: add descriptions for arguments to all ioctls



Several ioctls are missing descriptions for the third argument
of the ioctl() command. They should have a description, as
otherwise the output won't be ok, and will sound like something
is missing.

So, add them.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 7e6854a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ Arguments
    File descriptor returned by :ref:`open() <func-open>`.

``argp``
    Pointer to struct :c:type:`v4l2_create_buffers`.


Description
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ Arguments
    File descriptor returned by :ref:`open() <func-open>`.

``argp``
    Pointer to struct :c:type:`v4l2_cropcap`.


Description
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ Arguments
    File descriptor returned by :ref:`open() <func-open>`.

``argp``
    Pointer to struct :c:type:`v4l2_dbg_chip_info`.


Description
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ Arguments
    File descriptor returned by :ref:`open() <func-open>`.

``argp``
    Pointer to struct :c:type:`v4l2_dbg_register`.


Description
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ Arguments
    File descriptor returned by :ref:`open() <func-open>`.

``argp``
    Pointer to struct :c:type:`v4l2_event`.


Description
Loading