ca.rst 592 B

123456789101112131415161718192021222324
  1. .. -*- coding: utf-8; mode: rst -*-
  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 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