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