ca.rst 630 B

12345678910111213141516171819202122232425
  1. .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
  2. .. _dvb_ca:
  3. ####################
  4. Digital TV CA Device
  5. ####################
  6. The Digital TV CA device controls the conditional access hardware. It
  7. can be accessed through ``/dev/dvb/adapter?/ca?``. Data types and ioctl
  8. definitions can be accessed by including ``linux/dvb/ca.h`` in your
  9. application.
  10. .. note::
  11. There are three ioctls at this API that aren't documented:
  12. :ref:`CA_GET_MSG`, :ref:`CA_SEND_MSG` and :ref:`CA_SET_DESCR`.
  13. Documentation for them are welcome.
  14. .. toctree::
  15. :maxdepth: 1
  16. ca_data_types
  17. ca_function_calls
  18. ca_high_level