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
|
2017-02-02 00:32:13 +00:00
|
|
|
pm/index
|
2017-01-27 22:43:01 +00:00
|
|
|
device-io
|
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
|
2017-01-27 23:50:34 +00:00
|
|
|
regulator
|
2017-01-01 12:32:45 +00:00
|
|
|
iio/index
|
2016-08-20 19:17:32 +00:00
|
|
|
input
|
2017-04-05 13:22:57 +00:00
|
|
|
usb/index
|
2017-03-31 21:17:00 +00:00
|
|
|
pci
|
2016-09-06 13:15:24 +00:00
|
|
|
spi
|
|
|
|
i2c
|
|
|
|
hsi
|
2016-10-26 16:14:45 +00:00
|
|
|
edac
|
2017-05-12 12:59:02 +00:00
|
|
|
scsi
|
2017-05-12 11:14:47 +00:00
|
|
|
libata
|
2017-05-13 10:10:44 +00:00
|
|
|
mtdnand
|
2016-08-20 19:17:32 +00:00
|
|
|
miscellaneous
|
2017-05-12 13:28:13 +00:00
|
|
|
w1
|
2017-05-12 13:31:41 +00:00
|
|
|
rapidio
|
2017-05-12 11:57:50 +00:00
|
|
|
s390-drivers
|
2016-10-21 21:15:27 +00:00
|
|
|
vme
|
2016-11-18 23:04:48 +00:00
|
|
|
80211/index
|
2017-01-28 09:45:32 +00:00
|
|
|
uio-howto
|
2016-12-16 11:10:36 +00:00
|
|
|
firmware/index
|
2017-06-17 15:03:01 +00:00
|
|
|
pinctl
|
2018-03-08 23:40:18 +00:00
|
|
|
gpio/index
|
2017-03-31 21:17:00 +00:00
|
|
|
misc_devices
|
2017-11-03 04:49:37 +00:00
|
|
|
dmaengine/index
|
2017-12-11 23:42:55 +00:00
|
|
|
slimbus
|
2017-12-14 05:49:32 +00:00
|
|
|
soundwire/index
|
2016-10-26 06:23:15 +00:00
|
|
|
|
|
|
|
.. only:: subproject and html
|
|
|
|
|
|
|
|
Indices
|
|
|
|
=======
|
|
|
|
|
|
|
|
* :ref:`genindex`
|