2016-08-20 19:17:32 +00:00
|
|
|
========================================
|
|
|
|
The Linux driver implementer's API guide
|
|
|
|
========================================
|
|
|
|
|
|
|
|
The kernel offers a wide variety of interfaces to support the development
|
|
|
|
of device drivers. This document is an only somewhat organized collection
|
|
|
|
of some of those interfaces — it will hopefully get better over time! The
|
|
|
|
available subsections can be seen below.
|
|
|
|
|
|
|
|
.. class:: toc-title
|
|
|
|
|
|
|
|
Table of contents
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
basics
|
|
|
|
infrastructure
|
2016-12-09 18:53:05 +00:00
|
|
|
dma-buf
|
2016-12-04 12:10:04 +00:00
|
|
|
device_link
|
2016-08-20 19:17:32 +00:00
|
|
|
message-based
|
|
|
|
sound
|
|
|
|
frame-buffer
|
|
|
|
input
|
2016-11-14 14:52:43 +00:00
|
|
|
usb
|
2016-09-06 13:15:24 +00:00
|
|
|
spi
|
|
|
|
i2c
|
|
|
|
hsi
|
2016-10-26 16:14:45 +00:00
|
|
|
edac
|
2016-08-20 19:17:32 +00:00
|
|
|
miscellaneous
|
2016-10-21 21:15:27 +00:00
|
|
|
vme
|
2016-11-18 23:04:48 +00:00
|
|
|
80211/index
|
2016-10-26 06:23:15 +00:00
|
|
|
|
|
|
|
.. only:: subproject and html
|
|
|
|
|
|
|
|
Indices
|
|
|
|
=======
|
|
|
|
|
|
|
|
* :ref:`genindex`
|