aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`. 26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
27 27
28``msg`` 28``msg``
29 Undocumented. 29 Pointer to struct :c:type:`ca_msg`.
30
31
32.. c:type:: struct ca_msg
33
34.. flat-table:: struct ca_msg
35 :header-rows: 1
36 :stub-columns: 0
37
38 -
39 - type
40 - name
41 - description
42 -
43 - unsigned int
44 - index
45 -
46
47 -
48 - unsigned int
49 - type
50 -
51
52 -
53 - unsigned int
54 - length
55 -
56
57 -
58 - unsigned char
59 - msg[256]
60 -
30 61
31 62
32Description 63Description