blob: 14b14abda1aee663d352fe180ec562d4d8a04320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.. -*- coding: utf-8; mode: rst -*-
.. _dvb_ca:
#############
DVB CA Device
#############
The DVB CA device controls the conditional access hardware. It can be
accessed through ``/dev/dvb/adapter?/ca?``. Data types and and ioctl
definitions can be accessed by including ``linux/dvb/ca.h`` in your
application.
.. toctree::
:maxdepth: 1
ca_data_types
ca_function_calls
|