firewire.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ===========================================
  2. Firewire (IEEE 1394) driver Interface Guide
  3. ===========================================
  4. Introduction and Overview
  5. =========================
  6. The Linux FireWire subsystem adds some interfaces into the Linux system to
  7. use/maintain+any resource on IEEE 1394 bus.
  8. The main purpose of these interfaces is to access address space on each node
  9. on IEEE 1394 bus by ISO/IEC 13213 (IEEE 1212) procedure, and to control
  10. isochronous resources on the bus by IEEE 1394 procedure.
  11. Two types of interfaces are added, according to consumers of the interface. A
  12. set of userspace interfaces is available via `firewire character devices`. A set
  13. of kernel interfaces is available via exported symbols in `firewire-core` module.
  14. Firewire char device data structures
  15. ====================================
  16. .. include:: ../ABI/stable/firewire-cdev
  17. :literal:
  18. .. kernel-doc:: include/uapi/linux/firewire-cdev.h
  19. :internal:
  20. Firewire device probing and sysfs interfaces
  21. ============================================
  22. .. include:: ../ABI/stable/sysfs-bus-firewire
  23. :literal:
  24. .. kernel-doc:: drivers/firewire/core-device.c
  25. :export:
  26. Firewire core transaction interfaces
  27. ====================================
  28. .. kernel-doc:: drivers/firewire/core-transaction.c
  29. :export:
  30. Firewire Isochronous I/O interfaces
  31. ===================================
  32. .. kernel-doc:: drivers/firewire/core-iso.c
  33. :export: