diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-06-08 10:34:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:52:57 -0400 |
commit | cde291dfd7df3f7202078afcf27e9bb21ea76d0c (patch) | |
tree | 91221763e35030197688499688b7f318a42232a6 /Documentation/DocBook | |
parent | 2b680d1b4e7e0c561d1523d5155212705fcbb10a (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/DocBook')
-rw-r--r-- | Documentation/DocBook/media/dvb/ca.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/dvb/ca.xml b/Documentation/DocBook/media/dvb/ca.xml index 143ec5bf6bd3..a6cb9522f289 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> |
47 | typedef struct ca_cap_s { | 47 | typedef struct ca_caps { |
48 | unsigned int slot_num; /⋆ total number of CA card and module slots ⋆/ | 48 | unsigned int slot_num; /⋆ total number of CA card and module slots ⋆/ |
49 | unsigned int slot_type; /⋆ OR of all supported types ⋆/ | 49 | unsigned int slot_type; /⋆ OR of all supported types ⋆/ |
50 | unsigned int descr_num; /⋆ total number of descrambler slots (keys) ⋆/ | 50 | unsigned int descr_num; /⋆ total number of descrambler slots (keys) ⋆/ |
@@ -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> | ||
83 | typedef struct ca_pid { | ||
84 | unsigned int pid; | ||
85 | int index; /⋆ -1 == disable⋆/ | ||
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 | ||