aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/device-drivers.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/device-drivers.tmpl')
-rw-r--r--Documentation/DocBook/device-drivers.tmpl19
1 files changed, 14 insertions, 5 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index feca0758391e..b638e50cf8f6 100644
--- a/Documentation/DocBook/device-drivers.tmpl
+++ b/Documentation/DocBook/device-drivers.tmpl
@@ -51,8 +51,13 @@
51 <sect1><title>Delaying, scheduling, and timer routines</title> 51 <sect1><title>Delaying, scheduling, and timer routines</title>
52!Iinclude/linux/sched.h 52!Iinclude/linux/sched.h
53!Ekernel/sched.c 53!Ekernel/sched.c
54!Iinclude/linux/completion.h
54!Ekernel/timer.c 55!Ekernel/timer.c
55 </sect1> 56 </sect1>
57 <sect1><title>Wait queues and Wake events</title>
58!Iinclude/linux/wait.h
59!Ekernel/wait.c
60 </sect1>
56 <sect1><title>High-resolution timers</title> 61 <sect1><title>High-resolution timers</title>
57!Iinclude/linux/ktime.h 62!Iinclude/linux/ktime.h
58!Iinclude/linux/hrtimer.h 63!Iinclude/linux/hrtimer.h
@@ -91,10 +96,10 @@ X!Iinclude/linux/kobject.h
91 96
92 <chapter id="devdrivers"> 97 <chapter id="devdrivers">
93 <title>Device drivers infrastructure</title> 98 <title>Device drivers infrastructure</title>
99 <sect1><title>The Basic Device Driver-Model Structures </title>
100!Iinclude/linux/device.h
101 </sect1>
94 <sect1><title>Device Drivers Base</title> 102 <sect1><title>Device Drivers Base</title>
95<!--
96X!Iinclude/linux/device.h
97-->
98!Edrivers/base/driver.c 103!Edrivers/base/driver.c
99!Edrivers/base/core.c 104!Edrivers/base/core.c
100!Edrivers/base/class.c 105!Edrivers/base/class.c
@@ -212,8 +217,8 @@ X!Isound/sound_firmware.c
212 <chapter id="uart16x50"> 217 <chapter id="uart16x50">
213 <title>16x50 UART Driver</title> 218 <title>16x50 UART Driver</title>
214!Iinclude/linux/serial_core.h 219!Iinclude/linux/serial_core.h
215!Edrivers/serial/serial_core.c 220!Edrivers/tty/serial/serial_core.c
216!Edrivers/serial/8250.c 221!Edrivers/tty/serial/8250.c
217 </chapter> 222 </chapter>
218 223
219 <chapter id="fbdev"> 224 <chapter id="fbdev">
@@ -299,6 +304,10 @@ X!Idrivers/video/console/fonts.c
299!Edrivers/input/ff-core.c 304!Edrivers/input/ff-core.c
300!Edrivers/input/ff-memless.c 305!Edrivers/input/ff-memless.c
301 </sect1> 306 </sect1>
307 <sect1><title>Multitouch Library</title>
308!Iinclude/linux/input/mt.h
309!Edrivers/input/input-mt.c
310 </sect1>
302 <sect1><title>Polled input devices</title> 311 <sect1><title>Polled input devices</title>
303!Iinclude/linux/input-polldev.h 312!Iinclude/linux/input-polldev.h
304!Edrivers/input/input-polldev.c 313!Edrivers/input/input-polldev.c