aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-06-08 10:34:31 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:52:57 -0400
commitcde291dfd7df3f7202078afcf27e9bb21ea76d0c (patch)
tree91221763e35030197688499688b7f318a42232a6 /Documentation
parent2b680d1b4e7e0c561d1523d5155212705fcbb10a (diff)
[media] DocBook/ca.xml: Describe structure ca_pid
This is the remaining missing structure at ca.xml. The ioctl's are still missing through. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/media/dvb/ca.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/dvb/ca.xml b/Documentation/DocBook/media/dvb/ca.xml
index 143ec5bf6bd..a6cb9522f28 100644
--- a/Documentation/DocBook/media/dvb/ca.xml
+++ b/Documentation/DocBook/media/dvb/ca.xml
@@ -44,7 +44,7 @@ typedef struct ca_descr_info {
44<section id="ca-caps"> 44<section id="ca-caps">
45<title>ca_caps_t</title> 45<title>ca_caps_t</title>
46<programlisting> 46<programlisting>
47typedef struct ca_cap_s { 47typedef struct ca_caps {
48 unsigned int slot_num; /&#x22C6; total number of CA card and module slots &#x22C6;/ 48 unsigned int slot_num; /&#x22C6; total number of CA card and module slots &#x22C6;/
49 unsigned int slot_type; /&#x22C6; OR of all supported types &#x22C6;/ 49 unsigned int slot_type; /&#x22C6; OR of all supported types &#x22C6;/
50 unsigned int descr_num; /&#x22C6; total number of descrambler slots (keys) &#x22C6;/ 50 unsigned int descr_num; /&#x22C6; total number of descrambler slots (keys) &#x22C6;/
@@ -75,7 +75,18 @@ typedef struct ca_descr {
75 unsigned char cw[8]; 75 unsigned char cw[8];
76} ca_descr_t; 76} ca_descr_t;
77</programlisting> 77</programlisting>
78 </section></section> 78</section>
79
80<section id="ca-pid">
81<title>ca-pid</title>
82<programlisting>
83typedef struct ca_pid {
84 unsigned int pid;
85 int index; /&#x22C6; -1 == disable&#x22C6;/
86} ca_pid_t;
87</programlisting>
88</section></section>
89
79<section id="ca_function_calls"> 90<section id="ca_function_calls">
80<title>CA Function Calls</title> 91<title>CA Function Calls</title>
81 92