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 |
Lukas Wunner | aad80040 | 2016-12-04 13:10:04 +0100 | [diff] [blame^] | 19 | device_link |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 20 | message-based |
| 21 | sound |
| 22 | frame-buffer |
| 23 | input |
Oliver Neukum | dd0b38d | 2016-11-14 15:52:43 +0100 | [diff] [blame] | 24 | usb |
Jonathan Corbet | 5e99578 | 2016-09-06 07:15:24 -0600 | [diff] [blame] | 25 | spi |
| 26 | i2c |
| 27 | hsi |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 28 | miscellaneous |
Martyn Welch | 75a163c | 2016-10-21 22:15:27 +0100 | [diff] [blame] | 29 | vme |
Jonathan Corbet | 0bb33e2 | 2016-11-18 16:04:48 -0700 | [diff] [blame] | 30 | 80211/index |
Markus Heiser | 241a802 | 2016-10-26 08:23:15 +0200 | [diff] [blame] | 31 | |
| 32 | .. only:: subproject and html |
| 33 | |
| 34 | Indices |
| 35 | ======= |
| 36 | |
| 37 | * :ref:`genindex` |