diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-19 21:59:55 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-23 02:23:52 +0200 |
commit | 5ccbb182d70561a49f84b42169d2dbc39e39aea2 (patch) | |
tree | ca5b83d6c59e65fb4c4df88ecfcf3513c3a14c5f /Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst | |
parent | [media] docs-rst: Convert LIRC uAPI to use C function references (diff) | |
download | linux-5ccbb182d70561a49f84b42169d2dbc39e39aea2.tar.xz linux-5ccbb182d70561a49f84b42169d2dbc39e39aea2.zip |
[media] docs-rst: Convert MC 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.
While here, improve the documentation to make them to look more
like the rest of the document.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst')
-rw-r--r-- | Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst b/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst index a621b08187ea..628e91aeda97 100644 --- a/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst +++ b/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst @@ -15,7 +15,8 @@ MEDIA_IOC_ENUM_ENTITIES - Enumerate entities and their properties Synopsis ======== -.. c:function:: int ioctl( int fd, int request, struct media_entity_desc *argp ) +.. c:function:: int ioctl( int fd, MEDIA_IOC_ENUM_ENTITIES, struct media_entity_desc *argp ) + :name: MEDIA_IOC_ENUM_ENTITIES Arguments @@ -24,9 +25,6 @@ Arguments ``fd`` File descriptor returned by :ref:`open() <media-func-open>`. -``request`` - MEDIA_IOC_ENUM_ENTITIES - ``argp`` |