From 96f69e0eef290dc617c04a31972fb0e82f588711 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 9 Jul 2016 10:25:05 -0300 Subject: [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 --- Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst') 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`` -- cgit