aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-02-07 03:13:32 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-07 11:42:17 -0500
commitdde4feb978ac896b21833e5e2c797d02316a2529 (patch)
tree4fc0f87d76803bc87fc0924f868177e12ae1d475 /Documentation/DocBook
parent3018d151b691ab03d5117f89bc1a918c799dedf8 (diff)
Add table IDs to videobook.tmpl
Add table IDs to videobook.tmpl Signed-off-by: Rob Landley <rob@landley.net> Cc: "Randy.Dunlap" <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/videobook.tmpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/Documentation/DocBook/videobook.tmpl b/Documentation/DocBook/videobook.tmpl
index b3d93ee27693..89817795e668 100644
--- a/Documentation/DocBook/videobook.tmpl
+++ b/Documentation/DocBook/videobook.tmpl
@@ -170,7 +170,7 @@ int __init myradio_init(struct video_init *v)
170 <para> 170 <para>
171 The types available are 171 The types available are
172 </para> 172 </para>
173 <table frame="all"><title>Device Types</title> 173 <table frame="all" id="Device_Types"><title>Device Types</title>
174 <tgroup cols="3" align="left"> 174 <tgroup cols="3" align="left">
175 <tbody> 175 <tbody>
176 <row> 176 <row>
@@ -291,7 +291,7 @@ static int radio_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
291 allows the applications to find out what sort of a card they have found and 291 allows the applications to find out what sort of a card they have found and
292 to figure out what they want to do about it. The fields in the structure are 292 to figure out what they want to do about it. The fields in the structure are
293 </para> 293 </para>
294 <table frame="all"><title>struct video_capability fields</title> 294 <table frame="all" id="video_capability_fields"><title>struct video_capability fields</title>
295 <tgroup cols="2" align="left"> 295 <tgroup cols="2" align="left">
296 <tbody> 296 <tbody>
297 <row> 297 <row>
@@ -365,7 +365,7 @@ static int radio_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
365 <para> 365 <para>
366 The video_tuner structure has the following fields 366 The video_tuner structure has the following fields
367 </para> 367 </para>
368 <table frame="all"><title>struct video_tuner fields</title> 368 <table frame="all" id="video_tuner_fields"><title>struct video_tuner fields</title>
369 <tgroup cols="2" align="left"> 369 <tgroup cols="2" align="left">
370 <tbody> 370 <tbody>
371 <row> 371 <row>
@@ -398,7 +398,7 @@ static int radio_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
398 </tgroup> 398 </tgroup>
399 </table> 399 </table>
400 400
401 <table frame="all"><title>struct video_tuner flags</title> 401 <table frame="all" id="video_tuner_flags"><title>struct video_tuner flags</title>
402 <tgroup cols="2" align="left"> 402 <tgroup cols="2" align="left">
403 <tbody> 403 <tbody>
404 <row> 404 <row>
@@ -421,7 +421,7 @@ static int radio_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
421 </tgroup> 421 </tgroup>
422 </table> 422 </table>
423 423
424 <table frame="all"><title>struct video_tuner modes</title> 424 <table frame="all" id="video_tuner_modes"><title>struct video_tuner modes</title>
425 <tgroup cols="2" align="left"> 425 <tgroup cols="2" align="left">
426 <tbody> 426 <tbody>
427 <row> 427 <row>
@@ -572,7 +572,7 @@ static int current_volume=0;
572 <para> 572 <para>
573 Then we fill in the video_audio structure. This has the following format 573 Then we fill in the video_audio structure. This has the following format
574 </para> 574 </para>
575 <table frame="all"><title>struct video_audio fields</title> 575 <table frame="all" id="video_audio_fields"><title>struct video_audio fields</title>
576 <tgroup cols="2" align="left"> 576 <tgroup cols="2" align="left">
577 <tbody> 577 <tbody>
578 <row> 578 <row>
@@ -607,7 +607,7 @@ static int current_volume=0;
607 </tgroup> 607 </tgroup>
608 </table> 608 </table>
609 609
610 <table frame="all"><title>struct video_audio flags</title> 610 <table frame="all" id="video_audio_flags"><title>struct video_audio flags</title>
611 <tgroup cols="2" align="left"> 611 <tgroup cols="2" align="left">
612 <tbody> 612 <tbody>
613 <row> 613 <row>
@@ -625,7 +625,7 @@ static int current_volume=0;
625 </tgroup> 625 </tgroup>
626 </table> 626 </table>
627 627
628 <table frame="all"><title>struct video_audio modes</title> 628 <table frame="all" id="video_audio_modes"><title>struct video_audio modes</title>
629 <tgroup cols="2" align="left"> 629 <tgroup cols="2" align="left">
630 <tbody> 630 <tbody>
631 <row> 631 <row>
@@ -775,7 +775,7 @@ module_exit(cleanup);
775 </para> 775 </para>
776 </sect1> 776 </sect1>
777 </chapter> 777 </chapter>
778 <chapter> 778 <chapter id="Video_Capture_Devices">
779 <title>Video Capture Devices</title> 779 <title>Video Capture Devices</title>
780 <sect1 id="introvid"> 780 <sect1 id="introvid">
781 <title>Video Capture Device Types</title> 781 <title>Video Capture Device Types</title>
@@ -855,7 +855,7 @@ static struct video_device my_camera
855 We use the extra video capability flags that did not apply to the 855 We use the extra video capability flags that did not apply to the
856 radio interface. The video related flags are 856 radio interface. The video related flags are
857 </para> 857 </para>
858 <table frame="all"><title>Capture Capabilities</title> 858 <table frame="all" id="Capture_Capabilities"><title>Capture Capabilities</title>
859 <tgroup cols="2" align="left"> 859 <tgroup cols="2" align="left">
860 <tbody> 860 <tbody>
861 <row> 861 <row>
@@ -1195,7 +1195,7 @@ static int camera_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
1195 inputs to the video card). Our example card has a single camera input. The 1195 inputs to the video card). Our example card has a single camera input. The
1196 fields in the structure are 1196 fields in the structure are
1197 </para> 1197 </para>
1198 <table frame="all"><title>struct video_channel fields</title> 1198 <table frame="all" id="video_channel_fields"><title>struct video_channel fields</title>
1199 <tgroup cols="2" align="left"> 1199 <tgroup cols="2" align="left">
1200 <tbody> 1200 <tbody>
1201 <row> 1201 <row>
@@ -1218,7 +1218,7 @@ static int camera_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
1218 </tbody> 1218 </tbody>
1219 </tgroup> 1219 </tgroup>
1220 </table> 1220 </table>
1221 <table frame="all"><title>struct video_channel flags</title> 1221 <table frame="all" id="video_channel_flags"><title>struct video_channel flags</title>
1222 <tgroup cols="2" align="left"> 1222 <tgroup cols="2" align="left">
1223 <tbody> 1223 <tbody>
1224 <row> 1224 <row>
@@ -1229,7 +1229,7 @@ static int camera_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
1229 </tbody> 1229 </tbody>
1230 </tgroup> 1230 </tgroup>
1231 </table> 1231 </table>
1232 <table frame="all"><title>struct video_channel types</title> 1232 <table frame="all" id="video_channel_types"><title>struct video_channel types</title>
1233 <tgroup cols="2" align="left"> 1233 <tgroup cols="2" align="left">
1234 <tbody> 1234 <tbody>
1235 <row> 1235 <row>
@@ -1242,7 +1242,7 @@ static int camera_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
1242 </tbody> 1242 </tbody>
1243 </tgroup> 1243 </tgroup>
1244 </table> 1244 </table>
1245 <table frame="all"><title>struct video_channel norms</title> 1245 <table frame="all" id="video_channel_norms"><title>struct video_channel norms</title>
1246 <tgroup cols="2" align="left"> 1246 <tgroup cols="2" align="left">
1247 <tbody> 1247 <tbody>
1248 <row> 1248 <row>
@@ -1328,7 +1328,7 @@ static int camera_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
1328 for every other pixel in the image. The other common formats the interface 1328 for every other pixel in the image. The other common formats the interface
1329 defines are 1329 defines are
1330 </para> 1330 </para>
1331 <table frame="all"><title>Framebuffer Encodings</title> 1331 <table frame="all" id="Framebuffer_Encodings"><title>Framebuffer Encodings</title>
1332 <tgroup cols="2" align="left"> 1332 <tgroup cols="2" align="left">
1333 <tbody> 1333 <tbody>
1334 <row> 1334 <row>
@@ -1466,7 +1466,7 @@ static struct video_buffer capture_fb;
1466 display. The video_window structure is used to describe the way the image 1466 display. The video_window structure is used to describe the way the image
1467 should be displayed. 1467 should be displayed.
1468 </para> 1468 </para>
1469 <table frame="all"><title>struct video_window fields</title> 1469 <table frame="all" id="video_window_fields"><title>struct video_window fields</title>
1470 <tgroup cols="2" align="left"> 1470 <tgroup cols="2" align="left">
1471 <tbody> 1471 <tbody>
1472 <row> 1472 <row>
@@ -1503,7 +1503,7 @@ static struct video_buffer capture_fb;
1503 <para> 1503 <para>
1504 Each clip is a struct video_clip which has the following fields 1504 Each clip is a struct video_clip which has the following fields
1505 </para> 1505 </para>
1506 <table frame="all"><title>video_clip fields</title> 1506 <table frame="all" id="video_clip_fields"><title>video_clip fields</title>
1507 <tgroup cols="2" align="left"> 1507 <tgroup cols="2" align="left">
1508 <tbody> 1508 <tbody>
1509 <row> 1509 <row>