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
|
2017-01-28 07:43:01 +09:00
|
|
|
device-io
|
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
|
2016-11-14 23:52:43 +09:00
|
|
|
usb
|
2016-09-06 22:15:24 +09:00
|
|
|
spi
|
|
|
|
i2c
|
|
|
|
hsi
|
2016-10-27 01:14:45 +09:00
|
|
|
edac
|
2016-08-21 04:17:32 +09:00
|
|
|
miscellaneous
|
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
|
2016-10-26 15:23:15 +09:00
|
|
|
|
|
|
|
.. only:: subproject and html
|
|
|
|
|
|
|
|
Indices
|
|
|
|
=======
|
|
|
|
|
|
|
|
* :ref:`genindex`
|