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