1======================================== 2The Linux driver implementer's API guide 3======================================== 4 5The kernel offers a wide variety of interfaces to support the development 6of device drivers. This document is an only somewhat organized collection 7of some of those interfaces — it will hopefully get better over time! The 8available subsections can be seen below. 9 10.. class:: toc-title 11 12 Table of contents 13 14.. toctree:: 15 :maxdepth: 2 16 17 basics 18 infrastructure 19 pm/index 20 clk 21 device-io 22 device_connection 23 dma-buf 24 device_link 25 component 26 message-based 27 sound 28 frame-buffer 29 regulator 30 iio/index 31 input 32 usb/index 33 firewire 34 pci/index 35 spi 36 i2c 37 ipmb 38 i3c/index 39 hsi 40 edac 41 scsi 42 libata 43 target 44 mtdnand 45 miscellaneous 46 mei/index 47 w1 48 rapidio/index 49 s390-drivers 50 vme 51 80211/index 52 uio-howto 53 firmware/index 54 pinctl 55 gpio/index 56 misc_devices 57 dmaengine/index 58 slimbus 59 soundwire/index 60 fpga/index 61 acpi/index 62 generic-counter 63 64.. only:: subproject and html 65 66 Indices 67 ======= 68 69 * :ref:`genindex` 70