diff options
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 | ||
