index.rst 756 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ===================================
  2. General Purpose Input/Output (GPIO)
  3. ===================================
  4. Contents:
  5. .. toctree::
  6. :maxdepth: 2
  7. intro
  8. using-gpio
  9. driver
  10. consumer
  11. board
  12. legacy-boards
  13. drivers-on-gpio
  14. bt8xxgpio
  15. pca953x
  16. Core
  17. ====
  18. .. kernel-doc:: include/linux/gpio/driver.h
  19. :internal:
  20. .. kernel-doc:: drivers/gpio/gpiolib.c
  21. :export:
  22. ACPI support
  23. ============
  24. .. kernel-doc:: drivers/gpio/gpiolib-acpi-core.c
  25. :export:
  26. Device tree support
  27. ===================
  28. .. kernel-doc:: drivers/gpio/gpiolib-of.c
  29. :export:
  30. Device-managed API
  31. ==================
  32. .. kernel-doc:: drivers/gpio/gpiolib-devres.c
  33. :export:
  34. sysfs helpers
  35. =============
  36. .. kernel-doc:: drivers/gpio/gpiolib-sysfs.c
  37. :export: