提交 cde291df 编写于 作者: M Mauro Carvalho Chehab

[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: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 2b680d1b
...@@ -44,7 +44,7 @@ typedef struct ca_descr_info { ...@@ -44,7 +44,7 @@ typedef struct ca_descr_info {
<section id="ca-caps"> <section id="ca-caps">
<title>ca_caps_t</title> <title>ca_caps_t</title>
<programlisting> <programlisting>
typedef struct ca_cap_s { typedef struct ca_caps {
unsigned int slot_num; /&#x22C6; total number of CA card and module slots &#x22C6;/ unsigned int slot_num; /&#x22C6; total number of CA card and module slots &#x22C6;/
unsigned int slot_type; /&#x22C6; OR of all supported types &#x22C6;/ unsigned int slot_type; /&#x22C6; OR of all supported types &#x22C6;/
unsigned int descr_num; /&#x22C6; total number of descrambler slots (keys) &#x22C6;/ unsigned int descr_num; /&#x22C6; total number of descrambler slots (keys) &#x22C6;/
...@@ -75,7 +75,18 @@ typedef struct ca_descr { ...@@ -75,7 +75,18 @@ typedef struct ca_descr {
unsigned char cw[8]; unsigned char cw[8];
} ca_descr_t; } ca_descr_t;
</programlisting> </programlisting>
</section></section> </section>
<section id="ca-pid">
<title>ca-pid</title>
<programlisting>
typedef struct ca_pid {
unsigned int pid;
int index; /&#x22C6; -1 == disable&#x22C6;/
} ca_pid_t;
</programlisting>
</section></section>
<section id="ca_function_calls"> <section id="ca_function_calls">
<title>CA Function Calls</title> <title>CA Function Calls</title>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册