powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / frontend.rst
blobe051a90125400703ab390785b23ee34cc4def94c
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _dvb_frontend:
5 ################
6 DVB Frontend API
7 ################
8 The DVB frontend API was designed to support three types of delivery
9 systems:
11 -  Terrestrial systems: DVB-T, DVB-T2, ATSC, ATSC M/H, ISDB-T, DVB-H,
12    DTMB, CMMB
14 -  Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B), ISDB-C
16 -  Satellite systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSS
18 The DVB frontend controls several sub-devices including:
20 -  Tuner
22 -  Digital TV demodulator
24 -  Low noise amplifier (LNA)
26 -  Satellite Equipment Control (SEC) hardware (only for Satellite).
28 The frontend can be accessed through ``/dev/dvb/adapter?/frontend?``.
29 Data types and ioctl definitions can be accessed by including
30 ``linux/dvb/frontend.h`` in your application.
32 .. note::
34    Transmission via the internet (DVB-IP) is not yet handled by this
35    API but a future extension is possible.
37 On Satellite systems, the API support for the Satellite Equipment
38 Control (SEC) allows to power control and to send/receive signals to
39 control the antenna subsystem, selecting the polarization and choosing
40 the Intermediate Frequency IF) of the Low Noise Block Converter Feed
41 Horn (LNBf). It supports the DiSEqC and V-SEC protocols. The DiSEqC
42 (digital SEC) specification is available at
43 `Eutelsat <http://www.eutelsat.com/satellites/4_5_5.html>`__.
46 .. toctree::
47     :maxdepth: 1
49     query-dvb-frontend-info
50     dvb-fe-read-status
51     dvbproperty
52     frontend_fcalls
53     frontend_legacy_dvbv3_api