w1.tmpl 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
  4. <book id="w1id">
  5. <bookinfo>
  6. <title>W1: Dallas' 1-wire bus</title>
  7. <authorgroup>
  8. <author>
  9. <firstname>David</firstname>
  10. <surname>Fries</surname>
  11. <affiliation>
  12. <address>
  13. <email>David@Fries.net</email>
  14. </address>
  15. </affiliation>
  16. </author>
  17. </authorgroup>
  18. <copyright>
  19. <year>2013</year>
  20. <!--
  21. <holder></holder>
  22. -->
  23. </copyright>
  24. <legalnotice>
  25. <para>
  26. This documentation is free software; you can redistribute
  27. it and/or modify it under the terms of the GNU General Public
  28. License version 2.
  29. </para>
  30. <para>
  31. This program is distributed in the hope that it will be
  32. useful, but WITHOUT ANY WARRANTY; without even the implied
  33. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  34. For more details see the file COPYING in the source
  35. distribution of Linux.
  36. </para>
  37. </legalnotice>
  38. </bookinfo>
  39. <toc></toc>
  40. <chapter id="w1_internal">
  41. <title>W1 API internal to the kernel</title>
  42. <sect1 id="w1_internal_api">
  43. <title>W1 API internal to the kernel</title>
  44. <sect2 id="w1.h">
  45. <title>drivers/w1/w1.h</title>
  46. <para>W1 core functions.</para>
  47. !Idrivers/w1/w1.h
  48. </sect2>
  49. <sect2 id="w1.c">
  50. <title>drivers/w1/w1.c</title>
  51. <para>W1 core functions.</para>
  52. !Idrivers/w1/w1.c
  53. </sect2>
  54. <sect2 id="w1_family.h">
  55. <title>drivers/w1/w1_family.h</title>
  56. <para>Allows registering device family operations.</para>
  57. !Idrivers/w1/w1_family.h
  58. </sect2>
  59. <sect2 id="w1_family.c">
  60. <title>drivers/w1/w1_family.c</title>
  61. <para>Allows registering device family operations.</para>
  62. !Edrivers/w1/w1_family.c
  63. </sect2>
  64. <sect2 id="w1_int.c">
  65. <title>drivers/w1/w1_int.c</title>
  66. <para>W1 internal initialization for master devices.</para>
  67. !Edrivers/w1/w1_int.c
  68. </sect2>
  69. <sect2 id="w1_netlink.h">
  70. <title>drivers/w1/w1_netlink.h</title>
  71. <para>W1 external netlink API structures and commands.</para>
  72. !Idrivers/w1/w1_netlink.h
  73. </sect2>
  74. <sect2 id="w1_io.c">
  75. <title>drivers/w1/w1_io.c</title>
  76. <para>W1 input/output.</para>
  77. !Edrivers/w1/w1_io.c
  78. !Idrivers/w1/w1_io.c
  79. </sect2>
  80. </sect1>
  81. </chapter>
  82. </book>