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