blob: ab38ced66a4424164baea9b79468b910869f5757 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
========================================
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
pm/index
clk
device-io
device_connection
dma-buf
device_link
message-based
sound
frame-buffer
regulator
iio/index
input
usb/index
firewire
pci/index
spi
i2c
i3c/index
hsi
edac
scsi
libata
target
mtdnand
miscellaneous
w1
rapidio
s390-drivers
vme
80211/index
uio-howto
firmware/index
pinctl
gpio/index
misc_devices
dmaengine/index
slimbus
soundwire/index
fpga/index
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
|