diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-09 15:25:05 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-09 16:07:10 +0200 |
commit | 96f69e0eef290dc617c04a31972fb0e82f588711 (patch) | |
tree | 8ffdcbd62275b6e6cc739602dd24f9048a7fd2dc /Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst | |
parent | Merge branch 'topic/cec' into topic/docs-next (diff) | |
download | linux-96f69e0eef290dc617c04a31972fb0e82f588711.tar.xz linux-96f69e0eef290dc617c04a31972fb0e82f588711.zip |
[media] doc-rst: add CEC header file to the documentation
Adding the header file is interesting for several reasons:
1) It makes MC documentation consistend with other parts;
2) The header file can be used as a quick index to all API
elements;
3) The cross-reference check helps to identify symbols that
aren't documented.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst')
-rw-r--r-- | Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst b/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst index eefec7b4f6bb..6cf959ee6929 100644 --- a/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst +++ b/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst @@ -93,7 +93,7 @@ returns the information to the application. The ioctl never fails. :widths: 3 1 8 - - .. _`CEC_CAP_PHYS_ADDR`: + - .. _`CEC-CAP-PHYS-ADDR`: - ``CEC_CAP_PHYS_ADDR`` @@ -105,7 +105,7 @@ returns the information to the application. The ioctl never fails. handled by the kernel whenever the EDID is set (for an HDMI receiver) or read (for an HDMI transmitter). - - .. _`CEC_CAP_LOG_ADDRS`: + - .. _`CEC-CAP-LOG-ADDRS`: - ``CEC_CAP_LOG_ADDRS`` @@ -116,7 +116,7 @@ returns the information to the application. The ioctl never fails. this capability isn't set, then the kernel will have configured this. - - .. _`CEC_CAP_TRANSMIT`: + - .. _`CEC-CAP-TRANSMIT`: - ``CEC_CAP_TRANSMIT`` @@ -129,7 +129,7 @@ returns the information to the application. The ioctl never fails. capability isn't set, then the kernel will handle all CEC transmits and process all CEC messages it receives. - - .. _`CEC_CAP_PASSTHROUGH`: + - .. _`CEC-CAP-PASSTHROUGH`: - ``CEC_CAP_PASSTHROUGH`` @@ -138,7 +138,7 @@ returns the information to the application. The ioctl never fails. - Userspace can use the passthrough mode by calling :ref:`CEC_S_MODE`. - - .. _`CEC_CAP_RC`: + - .. _`CEC-CAP-RC`: - ``CEC_CAP_RC`` @@ -146,7 +146,7 @@ returns the information to the application. The ioctl never fails. - This adapter supports the remote control protocol. - - .. _`CEC_CAP_MONITOR_ALL`: + - .. _`CEC-CAP-MONITOR-ALL`: - ``CEC_CAP_MONITOR_ALL`` |