mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
media: docs: make V4L documents more compatible with Sphinx 3.1+
Sphinx 3.x broke support for the cdomain.py extension, as the c domain code was rewritten. Due to that, the c tags need to be re-written, in order to use the new c domain notation. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
||||
.. c:namespace:: V4L
|
||||
|
||||
.. _VIDIOC_SUBDEV_ENUM_MBUS_CODE:
|
||||
|
||||
@@ -11,24 +12,22 @@ Name
|
||||
|
||||
VIDIOC_SUBDEV_ENUM_MBUS_CODE - Enumerate media bus formats
|
||||
|
||||
|
||||
Synopsis
|
||||
========
|
||||
|
||||
.. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_ENUM_MBUS_CODE, struct v4l2_subdev_mbus_code_enum * argp )
|
||||
:name: VIDIOC_SUBDEV_ENUM_MBUS_CODE
|
||||
.. c:macro:: VIDIOC_SUBDEV_ENUM_MBUS_CODE
|
||||
|
||||
``int ioctl(int fd, VIDIOC_SUBDEV_ENUM_MBUS_CODE, struct v4l2_subdev_mbus_code_enum * argp)``
|
||||
|
||||
Arguments
|
||||
=========
|
||||
|
||||
``fd``
|
||||
File descriptor returned by :ref:`open() <func-open>`.
|
||||
File descriptor returned by :c:func:`open()`.
|
||||
|
||||
``argp``
|
||||
Pointer to struct :c:type:`v4l2_subdev_mbus_code_enum`.
|
||||
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
@@ -47,7 +46,6 @@ other pads of the sub-device, as well as on the current active links.
|
||||
See :ref:`VIDIOC_SUBDEV_G_FMT` for more
|
||||
information about the try formats.
|
||||
|
||||
|
||||
.. c:type:: v4l2_subdev_mbus_code_enum
|
||||
|
||||
.. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.7cm}|
|
||||
|
||||
Reference in New Issue
Block a user