summaryrefslogtreecommitdiff
path: root/Documentation/media
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/media')
-rw-r--r--Documentation/media/uapi/dvb/ca-get-msg.rst33
1 files changed, 32 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/ca-get-msg.rst b/Documentation/media/uapi/dvb/ca-get-msg.rst
index 880995230909..03b2a602f02a 100644
--- a/Documentation/media/uapi/dvb/ca-get-msg.rst
+++ b/Documentation/media/uapi/dvb/ca-get-msg.rst
@@ -26,7 +26,38 @@ Arguments
File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
``msg``
- Undocumented.
+ Pointer to struct :c:type:`ca_msg`.
+
+
+.. c:type:: struct ca_msg
+
+.. flat-table:: struct ca_msg
+ :header-rows: 1
+ :stub-columns: 0
+
+ -
+ - type
+ - name
+ - description
+ -
+ - unsigned int
+ - index
+ -
+
+ -
+ - unsigned int
+ - type
+ -
+
+ -
+ - unsigned int
+ - length
+ -
+
+ -
+ - unsigned char
+ - msg[256]
+ -
Description