Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 1 | ======================================== |
2 | The Linux driver implementer's API guide | ||||
3 | ======================================== | ||||
4 | |||||
5 | The kernel offers a wide variety of interfaces to support the development | ||||
6 | of device drivers. This document is an only somewhat organized collection | ||||
7 | of some of those interfaces — it will hopefully get better over time! The | ||||
8 | available subsections can be seen below. | ||||
9 | |||||
10 | .. class:: toc-title | ||||
11 | |||||
12 | Table of contents | ||||
13 | |||||
14 | .. toctree:: | ||||
15 | :maxdepth: 2 | ||||
16 | |||||
17 | basics | ||||
18 | infrastructure | ||||
Rafael J. Wysocki | 2728b2d | 2017-02-02 01:32:13 +0100 | [diff] [blame] | 19 | pm/index |
Jonathan Corbet | 8a8a602 | 2017-01-27 15:43:01 -0700 | [diff] [blame] | 20 | device-io |
Daniel Vetter | 868c97a | 2016-12-09 19:53:05 +0100 | [diff] [blame] | 21 | dma-buf |
Lukas Wunner | aad80040 | 2016-12-04 13:10:04 +0100 | [diff] [blame] | 22 | device_link |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 23 | message-based |
24 | sound | ||||
25 | frame-buffer | ||||
Jonathan Corbet | 028f253 | 2017-01-27 16:50:34 -0700 | [diff] [blame] | 26 | regulator |
Jonathan Cameron | 49b2fd6 | 2017-01-01 12:32:45 +0000 | [diff] [blame] | 27 | iio/index |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 28 | input |
Mauro Carvalho Chehab | 4ad4b21 | 2017-04-05 10:22:57 -0300 | [diff] [blame] | 29 | usb/index |
Mauro Carvalho Chehab | c7e2c06 | 2017-03-31 18:17:00 -0300 | [diff] [blame] | 30 | pci |
Jonathan Corbet | 5e99578 | 2016-09-06 07:15:24 -0600 | [diff] [blame] | 31 | spi |
32 | i2c | ||||
33 | hsi | ||||
Mauro Carvalho Chehab | 6634fbb | 2016-10-26 14:14:45 -0200 | [diff] [blame] | 34 | edac |
Mauro Carvalho Chehab | 0ec8841 | 2017-05-12 08:14:47 -0300 | [diff] [blame] | 35 | libata |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 36 | miscellaneous |
Mauro Carvalho Chehab | bcb1a87 | 2017-05-12 08:57:50 -0300 | [diff] [blame^] | 37 | s390-drivers |
Martyn Welch | 75a163c | 2016-10-21 22:15:27 +0100 | [diff] [blame] | 38 | vme |
Jonathan Corbet | 0bb33e2 | 2016-11-18 16:04:48 -0700 | [diff] [blame] | 39 | 80211/index |
Alexander Dahl | cadf8106 | 2017-01-28 10:45:32 +0100 | [diff] [blame] | 40 | uio-howto |
Luis R. Rodriguez | 113ccc3 | 2016-12-16 03:10:36 -0800 | [diff] [blame] | 41 | firmware/index |
Mauro Carvalho Chehab | c7e2c06 | 2017-03-31 18:17:00 -0300 | [diff] [blame] | 42 | misc_devices |
Markus Heiser | 241a802 | 2016-10-26 08:23:15 +0200 | [diff] [blame] | 43 | |
44 | .. only:: subproject and html | ||||
45 | |||||
46 | Indices | ||||
47 | ======= | ||||
48 | |||||
49 | * :ref:`genindex` |