diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-08-09 06:42:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-11 15:28:33 -0400 |
commit | 3612378c5167004b3538d42dc16a184893ff6fbb (patch) | |
tree | b76527fe459b9ffc9fc07b1acdcd61bcf8a826d3 | |
parent | 8465efbb9a488628209d91ec7dbc436d89b13485 (diff) |
[media] DocBook: add stubs for the undocumented DVB net ioctls
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | Documentation/DocBook/media/dvb/net.xml | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/dvb/net.xml b/Documentation/DocBook/media/dvb/net.xml index 67d37e5ce597..a193e86941b5 100644 --- a/Documentation/DocBook/media/dvb/net.xml +++ b/Documentation/DocBook/media/dvb/net.xml | |||
@@ -26,4 +26,131 @@ struct dvb_net_if { | |||
26 | <title>DVB net Function Calls</title> | 26 | <title>DVB net Function Calls</title> |
27 | <para>To be written… | 27 | <para>To be written… |
28 | </para> | 28 | </para> |
29 | |||
30 | <section id="NET_ADD_IF" | ||
31 | role="subsection"><title>NET_ADD_IF</title> | ||
32 | <para>DESCRIPTION | ||
33 | </para> | ||
34 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
35 | align="char"> | ||
36 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
37 | </entry> | ||
38 | </row></tbody></tgroup></informaltable> | ||
39 | <para>SYNOPSIS | ||
40 | </para> | ||
41 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
42 | align="char"> | ||
43 | <para>int ioctl(fd, int request = NET_ADD_IF, | ||
44 | struct dvb_net_if *if);</para> | ||
45 | </entry> | ||
46 | </row></tbody></tgroup></informaltable> | ||
47 | <para>PARAMETERS | ||
48 | </para> | ||
49 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
50 | align="char"> | ||
51 | <para>int fd</para> | ||
52 | </entry><entry | ||
53 | align="char"> | ||
54 | <para>File descriptor returned by a previous call to open().</para> | ||
55 | </entry> | ||
56 | </row><row><entry | ||
57 | align="char"> | ||
58 | <para>int request</para> | ||
59 | </entry><entry | ||
60 | align="char"> | ||
61 | <para>Equals NET_ADD_IF for this command.</para> | ||
62 | </entry> | ||
63 | </row><row><entry | ||
64 | align="char"> | ||
65 | <para>struct dvb_net_if *if | ||
66 | </para> | ||
67 | </entry><entry | ||
68 | align="char"> | ||
69 | <para>Undocumented.</para> | ||
70 | </entry> | ||
71 | </row></tbody></tgroup></informaltable> | ||
72 | &return-value-dvb; | ||
73 | </section> | ||
74 | |||
75 | <section id="NET_REMOVE_IF" | ||
76 | role="subsection"><title>NET_REMOVE_IF</title> | ||
77 | <para>DESCRIPTION | ||
78 | </para> | ||
79 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
80 | align="char"> | ||
81 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
82 | </entry> | ||
83 | </row></tbody></tgroup></informaltable> | ||
84 | <para>SYNOPSIS | ||
85 | </para> | ||
86 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
87 | align="char"> | ||
88 | <para>int ioctl(fd, int request = NET_REMOVE_IF); | ||
89 | </para> | ||
90 | </entry> | ||
91 | </row></tbody></tgroup></informaltable> | ||
92 | <para>PARAMETERS | ||
93 | </para> | ||
94 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
95 | align="char"> | ||
96 | <para>int fd</para> | ||
97 | </entry><entry | ||
98 | align="char"> | ||
99 | <para>File descriptor returned by a previous call to open().</para> | ||
100 | </entry> | ||
101 | </row><row><entry | ||
102 | align="char"> | ||
103 | <para>int request</para> | ||
104 | </entry><entry | ||
105 | align="char"> | ||
106 | <para>Equals NET_REMOVE_IF for this command.</para> | ||
107 | </entry> | ||
108 | </row></tbody></tgroup></informaltable> | ||
109 | &return-value-dvb; | ||
110 | </section> | ||
111 | |||
112 | <section id="NET_GET_IF" | ||
113 | role="subsection"><title>NET_GET_IF</title> | ||
114 | <para>DESCRIPTION | ||
115 | </para> | ||
116 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
117 | align="char"> | ||
118 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
119 | </entry> | ||
120 | </row></tbody></tgroup></informaltable> | ||
121 | <para>SYNOPSIS | ||
122 | </para> | ||
123 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
124 | align="char"> | ||
125 | <para>int ioctl(fd, int request = NET_GET_IF, | ||
126 | struct dvb_net_if *if);</para> | ||
127 | </entry> | ||
128 | </row></tbody></tgroup></informaltable> | ||
129 | <para>PARAMETERS | ||
130 | </para> | ||
131 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
132 | align="char"> | ||
133 | <para>int fd</para> | ||
134 | </entry><entry | ||
135 | align="char"> | ||
136 | <para>File descriptor returned by a previous call to open().</para> | ||
137 | </entry> | ||
138 | </row><row><entry | ||
139 | align="char"> | ||
140 | <para>int request</para> | ||
141 | </entry><entry | ||
142 | align="char"> | ||
143 | <para>Equals NET_GET_IF for this command.</para> | ||
144 | </entry> | ||
145 | </row><row><entry | ||
146 | align="char"> | ||
147 | <para>struct dvb_net_if *if | ||
148 | </para> | ||
149 | </entry><entry | ||
150 | align="char"> | ||
151 | <para>Undocumented.</para> | ||
152 | </entry> | ||
153 | </row></tbody></tgroup></informaltable> | ||
154 | &return-value-dvb; | ||
155 | </section> | ||
29 | </section> | 156 | </section> |