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 driver-model/index 18 basics 19 infrastructure 20 ioctl 21 early-userspace/index 22 pm/index 23 clk 24 device-io 25 device_connection 26 dma-buf 27 device_link 28 component 29 message-based 30 infiniband 31 sound 32 frame-buffer 33 regulator 34 iio/index 35 input 36 usb/index 37 firewire 38 pci/index 39 spi 40 i2c 41 ipmb 42 ipmi 43 i3c/index 44 interconnect 45 devfreq 46 hsi 47 edac 48 scsi 49 libata 50 target 51 mtdnand 52 miscellaneous 53 mei/index 54 mtd/index 55 mmc/index 56 nvdimm/index 57 w1 58 rapidio/index 59 s390-drivers 60 vme 61 80211/index 62 uio-howto 63 firmware/index 64 pinctl 65 gpio/index 66 md/index 67 misc_devices 68 nfc/index 69 dmaengine/index 70 slimbus 71 soundwire/index 72 thermal/index 73 fpga/index 74 acpi/index 75 backlight/lp855x-driver.rst 76 connector 77 console 78 dcdbas 79 eisa 80 ipmb 81 isa 82 isapnp 83 io-mapping 84 io_ordering 85 generic-counter 86 lightnvm-pblk 87 memory-devices/index 88 men-chameleon-bus 89 ntb 90 nvmem 91 parport-lowlevel 92 pps 93 ptp 94 phy/index 95 pti_intel_mid 96 pwm 97 rfkill 98 serial/index 99 sm501 100 smsc_ece1099 101 switchtec 102 sync_file 103 vfio-mediated-device 104 vfio 105 xilinx/index 106 xillybus 107 zorro 108 109.. only:: subproject and html 110 111 Indices 112 ======= 113 114 * :ref:`genindex` 115