index.rst (3bf3e21c15d4386a5f15118ec39bbc1b67ea5759) | index.rst (f85f5ae45ad945270a8884261de8249431e8b5a6) |
---|---|
1.. SPDX-License-Identifier: GPL-2.0 2 3============================== 4Driver implementer's API guide 5============================== 6 7The kernel offers a wide variety of interfaces to support the development 8of device drivers. This document is an only somewhat organized collection 9of some of those interfaces — it will hopefully get better over time! The 10available subsections can be seen below. 11 | 1.. SPDX-License-Identifier: GPL-2.0 2 3============================== 4Driver implementer's API guide 5============================== 6 7The kernel offers a wide variety of interfaces to support the development 8of device drivers. This document is an only somewhat organized collection 9of some of those interfaces — it will hopefully get better over time! The 10available subsections can be seen below. 11 |
12.. class:: toc-title 13 14 Table of contents 15 | |
16.. toctree:: | 12.. toctree:: |
13 :caption: Table of contents |
|
17 :maxdepth: 2 18 19 driver-model/index 20 basics 21 infrastructure 22 ioctl 23 early-userspace/index 24 pm/index --- 84 unchanged lines hidden (view full) --- 109 vfio 110 vfio-pci-device-specific-driver-acceptance 111 virtio/index 112 xilinx/index 113 xillybus 114 zorro 115 hte/index 116 wmi | 14 :maxdepth: 2 15 16 driver-model/index 17 basics 18 infrastructure 19 ioctl 20 early-userspace/index 21 pm/index --- 84 unchanged lines hidden (view full) --- 106 vfio 107 vfio-pci-device-specific-driver-acceptance 108 virtio/index 109 xilinx/index 110 xillybus 111 zorro 112 hte/index 113 wmi |
117 dpll | |
118 119.. only:: subproject and html 120 121 Indices 122 ======= 123 124 * :ref:`genindex` | 114 115.. only:: subproject and html 116 117 Indices 118 ======= 119 120 * :ref:`genindex` |