2020-08-26 15:03:09 +08:00
|
|
|
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
2018-08-30 22:15:26 +08:00
|
|
|
|
2016-06-30 21:18:56 +08:00
|
|
|
.. _dvb_ca:
|
|
|
|
|
2017-09-02 00:28:16 +08:00
|
|
|
####################
|
|
|
|
Digital TV CA Device
|
|
|
|
####################
|
|
|
|
|
|
|
|
The Digital TV CA device controls the conditional access hardware. It
|
2020-07-04 07:55:27 +08:00
|
|
|
can be accessed through ``/dev/dvb/adapter?/ca?``. Data types and ioctl
|
2016-06-30 21:18:56 +08:00
|
|
|
definitions can be accessed by including ``linux/dvb/ca.h`` in your
|
|
|
|
application.
|
|
|
|
|
2017-09-01 20:53:11 +08:00
|
|
|
.. note::
|
|
|
|
|
|
|
|
There are three ioctls at this API that aren't documented:
|
|
|
|
:ref:`CA_GET_MSG`, :ref:`CA_SEND_MSG` and :ref:`CA_SET_DESCR`.
|
|
|
|
Documentation for them are welcome.
|
2016-06-30 21:18:56 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
ca_data_types
|
|
|
|
ca_function_calls
|
2020-03-04 21:31:12 +08:00
|
|
|
ca_high_level
|