mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08:00
e8f8b448c1
Add documentation for the WMI subsystem. The documentation describes both the ACPI WMI interface and the driver API for interacting with the WMI driver core. The information regarding the ACPI interface was retrieved from the Ubuntu kernel references and the Windows driver samples available on GitHub. The documentation is supposed to help driver developers writing WMI drivers, as many modern machines designed to run Windows provide an ACPI WMI interface. Signed-off-by: Armin Wolf <W_Armin@gmx.de> Tested-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20230424222939.208137-4-W_Armin@gmx.de Signed-off-by: Hans de Goede <hdegoede@redhat.com>
124 lines
1.8 KiB
ReStructuredText
124 lines
1.8 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
==============================
|
|
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
|
|
|
|
driver-model/index
|
|
basics
|
|
infrastructure
|
|
ioctl
|
|
early-userspace/index
|
|
pm/index
|
|
clk
|
|
device-io
|
|
dma-buf
|
|
device_link
|
|
component
|
|
message-based
|
|
infiniband
|
|
aperture
|
|
frame-buffer
|
|
regulator
|
|
reset
|
|
iio/index
|
|
input
|
|
usb/index
|
|
firewire
|
|
pci/index
|
|
cxl/index
|
|
spi
|
|
i2c
|
|
ipmb
|
|
ipmi
|
|
i3c/index
|
|
interconnect
|
|
devfreq
|
|
hsi
|
|
edac
|
|
scsi
|
|
libata
|
|
target
|
|
mailbox
|
|
mtdnand
|
|
miscellaneous
|
|
mei/index
|
|
mtd/index
|
|
mmc/index
|
|
nvdimm/index
|
|
w1
|
|
rapidio/index
|
|
s390-drivers
|
|
vme
|
|
80211/index
|
|
uio-howto
|
|
firmware/index
|
|
pin-control
|
|
gpio/index
|
|
md/index
|
|
media/index
|
|
misc_devices
|
|
nfc/index
|
|
dmaengine/index
|
|
slimbus
|
|
soundwire/index
|
|
thermal/index
|
|
fpga/index
|
|
acpi/index
|
|
auxiliary_bus
|
|
backlight/lp855x-driver.rst
|
|
connector
|
|
console
|
|
dcdbas
|
|
eisa
|
|
isa
|
|
isapnp
|
|
io-mapping
|
|
io_ordering
|
|
generic-counter
|
|
memory-devices/index
|
|
men-chameleon-bus
|
|
ntb
|
|
nvmem
|
|
parport-lowlevel
|
|
pps
|
|
ptp
|
|
phy/index
|
|
pwm
|
|
pldmfw/index
|
|
rfkill
|
|
serial/index
|
|
sm501
|
|
surface_aggregator/index
|
|
switchtec
|
|
sync_file
|
|
tty/index
|
|
vfio-mediated-device
|
|
vfio
|
|
vfio-pci-device-specific-driver-acceptance
|
|
virtio/index
|
|
xilinx/index
|
|
xillybus
|
|
zorro
|
|
hte/index
|
|
wmi
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|