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