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
|
|
|
|
|
2019-06-18 23:34:59 +08:00
|
|
|
driver-model/index
|
2016-08-21 03:17:32 +08:00
|
|
|
basics
|
|
|
|
infrastructure
|
2020-03-03 06:26:38 +08:00
|
|
|
ioctl
|
2019-06-19 02:00:25 +08:00
|
|
|
early-userspace/index
|
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
|
2016-12-10 02:53:05 +08:00
|
|
|
dma-buf
|
2016-12-04 20:10:04 +08:00
|
|
|
device_link
|
2019-02-08 07:27:56 +08:00
|
|
|
component
|
2016-08-21 03:17:32 +08:00
|
|
|
message-based
|
2019-10-10 11:52:51 +08:00
|
|
|
infiniband
|
2022-06-22 22:01:33 +08:00
|
|
|
aperture
|
2016-08-21 03:17:32 +08:00
|
|
|
frame-buffer
|
2017-01-28 07:50:34 +08:00
|
|
|
regulator
|
2020-12-01 19:57:54 +08:00
|
|
|
reset
|
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
|
2018-09-05 08:02:24 +08:00
|
|
|
firewire
|
2018-10-05 05:27:39 +08:00
|
|
|
pci/index
|
2021-02-17 12:09:50 +08:00
|
|
|
cxl/index
|
2016-09-06 21:15:24 +08:00
|
|
|
spi
|
|
|
|
i2c
|
2019-06-29 18:36:46 +08:00
|
|
|
ipmb
|
2020-05-01 23:37:48 +08:00
|
|
|
ipmi
|
2017-12-12 18:00:07 +08:00
|
|
|
i3c/index
|
2019-06-19 04:15:10 +08:00
|
|
|
interconnect
|
2019-11-20 00:38:56 +08:00
|
|
|
devfreq
|
2016-09-06 21:15:24 +08:00
|
|
|
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
|
2020-06-23 21:31:37 +08:00
|
|
|
mailbox
|
2017-05-13 18:10:44 +08:00
|
|
|
mtdnand
|
2016-08-21 03:17:32 +08:00
|
|
|
miscellaneous
|
2019-06-03 17:14:00 +08:00
|
|
|
mei/index
|
2019-06-19 03:40:16 +08:00
|
|
|
mtd/index
|
2019-06-19 03:48:15 +08:00
|
|
|
mmc/index
|
2019-06-19 03:32:31 +08:00
|
|
|
nvdimm/index
|
2017-05-12 21:28:13 +08:00
|
|
|
w1
|
2019-06-19 03:03:23 +08:00
|
|
|
rapidio/index
|
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
|
2021-03-02 13:30:58 +08:00
|
|
|
pin-control
|
2018-03-09 07:40:18 +08:00
|
|
|
gpio/index
|
2019-06-19 03:50:07 +08:00
|
|
|
md/index
|
2020-03-10 20:57:48 +08:00
|
|
|
media/index
|
2017-04-01 05:17:00 +08:00
|
|
|
misc_devices
|
2019-06-19 03:46:30 +08:00
|
|
|
nfc/index
|
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
|
2019-07-26 20:51:12 +08:00
|
|
|
thermal/index
|
2018-05-17 07:50:02 +08:00
|
|
|
fpga/index
|
2019-04-25 23:30:54 +08:00
|
|
|
acpi/index
|
2020-12-03 08:54:24 +08:00
|
|
|
auxiliary_bus
|
2019-06-18 22:44:24 +08:00
|
|
|
backlight/lp855x-driver.rst
|
2019-06-28 02:39:22 +08:00
|
|
|
connector
|
|
|
|
console
|
|
|
|
dcdbas
|
|
|
|
eisa
|
|
|
|
isa
|
|
|
|
isapnp
|
2020-03-03 13:03:00 +08:00
|
|
|
io-mapping
|
2020-03-03 13:03:01 +08:00
|
|
|
io_ordering
|
2019-04-02 14:30:38 +08:00
|
|
|
generic-counter
|
2019-06-19 02:03:13 +08:00
|
|
|
memory-devices/index
|
2019-06-28 02:39:22 +08:00
|
|
|
men-chameleon-bus
|
|
|
|
ntb
|
|
|
|
nvmem
|
|
|
|
parport-lowlevel
|
2019-04-23 03:49:11 +08:00
|
|
|
pps
|
|
|
|
ptp
|
2019-06-28 03:36:04 +08:00
|
|
|
phy/index
|
2019-06-28 02:39:22 +08:00
|
|
|
pwm
|
2020-07-24 08:21:59 +08:00
|
|
|
pldmfw/index
|
2019-06-28 02:39:22 +08:00
|
|
|
rfkill
|
2019-06-28 03:31:35 +08:00
|
|
|
serial/index
|
2019-06-28 02:39:22 +08:00
|
|
|
sm501
|
2020-12-22 02:39:57 +08:00
|
|
|
surface_aggregator/index
|
2019-06-28 02:39:22 +08:00
|
|
|
switchtec
|
|
|
|
sync_file
|
2022-04-19 15:43:02 +08:00
|
|
|
tty/index
|
2019-06-28 02:39:22 +08:00
|
|
|
vfio-mediated-device
|
|
|
|
vfio
|
2022-03-16 01:29:57 +08:00
|
|
|
vfio-pci-device-specific-driver-acceptance
|
2019-06-14 01:40:42 +08:00
|
|
|
xilinx/index
|
2019-06-28 02:39:22 +08:00
|
|
|
xillybus
|
|
|
|
zorro
|
2022-06-06 22:40:55 +08:00
|
|
|
hte/index
|
2016-10-26 14:23:15 +08:00
|
|
|
|
|
|
|
.. only:: subproject and html
|
|
|
|
|
|
|
|
Indices
|
|
|
|
=======
|
|
|
|
|
|
|
|
* :ref:`genindex`
|