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