index.rst 584 B

123456789101112131415161718192021222324252627
  1. ========================================
  2. The Linux driver implementer's API guide
  3. ========================================
  4. The kernel offers a wide variety of interfaces to support the development
  5. of device drivers. This document is an only somewhat organized collection
  6. of some of those interfaces — it will hopefully get better over time! The
  7. available subsections can be seen below.
  8. .. class:: toc-title
  9. Table of contents
  10. .. toctree::
  11. :maxdepth: 2
  12. basics
  13. infrastructure
  14. message-based
  15. sound
  16. frame-buffer
  17. input
  18. spi
  19. i2c
  20. hsi
  21. miscellaneous