summaryrefslogtreecommitdiffstats
path: root/Documentation/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-03 20:50:17 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 06:23:07 -0400
commitbd9049edc66e13e868f819c39844f60443e70817 (patch)
tree82cbfd5b648d7f11baf3bc9ba6ac8771efa609d4 /Documentation/media
parent56d51b65bcc7a5780663abd579fb6f039616b347 (diff)
downloadop-kernel-dev-bd9049edc66e13e868f819c39844f60443e70817.zip
op-kernel-dev-bd9049edc66e13e868f819c39844f60443e70817.tar.gz
media: ca docs: document CA_SET_DESCR ioctl and structs
The av7110 driver uses CA_SET_DESCR to store the descrambler control words at the CA descrambler slots. Document it. Thanks-to: Honza Petrouš <jpetrous@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r--Documentation/media/uapi/dvb/ca-set-descr.rst15
1 files changed, 2 insertions, 13 deletions
diff --git a/Documentation/media/uapi/dvb/ca-set-descr.rst b/Documentation/media/uapi/dvb/ca-set-descr.rst
index 9c48431..a6c4720 100644
--- a/Documentation/media/uapi/dvb/ca-set-descr.rst
+++ b/Documentation/media/uapi/dvb/ca-set-descr.rst
@@ -28,22 +28,11 @@ Arguments
``msg``
Pointer to struct :c:type:`ca_descr`.
-.. c:type:: ca_descr
-
-.. code-block:: c
-
- struct ca_descr {
- unsigned int index;
- unsigned int parity;
- unsigned char cw[8];
- };
-
-
Description
-----------
-.. note:: This ioctl is undocumented. Documentation is welcome.
-
+CA_SET_DESCR is used for feeding descrambler CA slots with descrambling
+keys (refered as control words).
Return Value
------------
OpenPOWER on IntegriCloud