index.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .. SPDX-License-Identifier: GPL-2.0
  2. .. include:: <isonum.txt>
  3. ===================================
  4. Media subsystem kernel internal API
  5. ===================================
  6. This section contains usage information about media subsystem and
  7. its supported drivers.
  8. Please see:
  9. Documentation/admin-guide/media/index.rst
  10. - for usage information about media subsystem and supported drivers;
  11. Documentation/userspace-api/media/index.rst
  12. - for the userspace APIs used on media devices.
  13. .. toctree::
  14. :caption: Table of Contents
  15. :maxdepth: 5
  16. :numbered:
  17. maintainer-entry-profile
  18. v4l2-core
  19. dtv-core
  20. rc-core
  21. mc-core
  22. cec-core
  23. tx-rx
  24. camera-sensor
  25. drivers/index
  26. **Copyright** |copy| 2009-2020 : LinuxTV Developers
  27. ::
  28. This documentation is free software; you can redistribute it and/or modify it
  29. under the terms of the GNU General Public License as published by the Free
  30. Software Foundation; either version 2 of the License, or (at your option) any
  31. later version.
  32. This program is distributed in the hope that it will be useful, but WITHOUT
  33. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  34. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  35. more details.
  36. For more details see the file COPYING in the source distribution of Linux.