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