Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0
0002 
0003 .. include:: <isonum.txt>
0004 
0005 ===================================
0006 Media subsystem kernel internal API
0007 ===================================
0008 
0009 This section contains usage information about media subsystem and
0010 its supported drivers.
0011 
0012 Please see:
0013 
0014 Documentation/admin-guide/media/index.rst
0015 
0016   - for usage information about media subsystem and supported drivers;
0017 
0018 Documentation/userspace-api/media/index.rst
0019 
0020   - for the userspace APIs used on media devices.
0021 
0022 
0023 .. only:: html
0024 
0025    .. class:: toc-title
0026 
0027         Table of Contents
0028 
0029 .. toctree::
0030     :maxdepth: 5
0031     :numbered:
0032 
0033     maintainer-entry-profile
0034 
0035     v4l2-core
0036     dtv-core
0037     rc-core
0038     mc-core
0039     cec-core
0040     tx-rx
0041     camera-sensor
0042 
0043     drivers/index
0044 
0045 **Copyright** |copy| 2009-2020 : LinuxTV Developers
0046 
0047 ::
0048 
0049   This documentation is free software; you can redistribute it and/or modify it
0050   under the terms of the GNU General Public License as published by the Free
0051   Software Foundation; either version 2 of the License, or (at your option) any
0052   later version.
0053 
0054   This program is distributed in the hope that it will be useful, but WITHOUT
0055   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0056   FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
0057   more details.
0058 
0059   For more details see the file COPYING in the source distribution of Linux.