-
+
diff --git a/Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml b/Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml
index d4d6cd8dfc6c1eb09e6829c43c356e5a6372366d..38cf313e121b61c4cc480b4cf7e6893e71c739e1 100644
--- a/Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml
+++ b/Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml
@@ -15,7 +15,7 @@
int ioctlint fdint request
- &dvb-diseqc-master-cmd; *argp
+ struct dvb_diseqc_master_cmd *argp
diff --git a/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml b/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml
index 3ee08a82cc7c3fd534879775041f44717b370cea..c11890b184adea3521496bb7f940bd57eb596194 100644
--- a/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml
+++ b/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml
@@ -41,9 +41,9 @@
Valid flags:
- 0 - normal 13V and 18V.
- >0 - enables slightly higher voltages instead of
- 13/18V, in order to compensate for long antena cables.
+ 0 - normal 13V and 18V.
+ >0 - enables slightly higher voltages instead of
+ 13/18V, in order to compensate for long antenna cables.
diff --git a/Documentation/DocBook/media/dvb/fe-get-info.xml b/Documentation/DocBook/media/dvb/fe-get-info.xml
index 4400790b4565264d0325fadc883c7012d7da0e58..0e0245e45d26aa83839c087e1ad91cc9a3f431be 100644
--- a/Documentation/DocBook/media/dvb/fe-get-info.xml
+++ b/Documentation/DocBook/media/dvb/fe-get-info.xml
@@ -16,7 +16,7 @@
int ioctlint fdint request
- &dvb-frontend-info; *argp
+ struct dvb_frontend_info *argp
@@ -112,12 +112,12 @@ driver is not compatible with this specification the ioctl returns an error.
-
NOTE: The frequencies are specified in Hz for Terrestrial and Cable
systems. They're specified in kHz for Satellite systems
+
-
+frontend capabilitiesCapabilities describe what a frontend can do. Some capabilities are
@@ -262,5 +262,5 @@ driver is not compatible with this specification the ioctl returns an error.
-
+
diff --git a/Documentation/DocBook/media/dvb/fe-get-property.xml b/Documentation/DocBook/media/dvb/fe-get-property.xml
index 456ed92133f1675aed0f444575713b36d30d9e6e..7d0bd78f5a248a4a9e8452b16c47edb3bd7f8730 100644
--- a/Documentation/DocBook/media/dvb/fe-get-property.xml
+++ b/Documentation/DocBook/media/dvb/fe-get-property.xml
@@ -17,7 +17,7 @@
int ioctlint fdint request
- &dtv-properties; *argp
+ struct dtv_property *argp
@@ -57,25 +57,25 @@ and on the device:
FE_SET_PROPERTY:
-This ioctl is used to set one or more
- frontend properties.
-This is the basic command to request the frontend to tune into some
- frequency and to start decoding the digital TV signal.
-This call requires read/write access to the device.
-At return, the values are updated to reflect the
- actual parameters used.
+This ioctl is used to set one or more
+ frontend properties.
+This is the basic command to request the frontend to tune into some
+ frequency and to start decoding the digital TV signal.
+This call requires read/write access to the device.
+At return, the values are updated to reflect the
+ actual parameters used.FE_GET_PROPERTY:
-This ioctl is used to get properties and
-statistics from the frontend.
-No properties are changed, and statistics aren't reset.
-This call only requires read-only access to the device.
+This ioctl is used to get properties and
+statistics from the frontend.
+No properties are changed, and statistics aren't reset.
+This call only requires read-only access to the device.
-&return-value-dvb;.
+&return-value-dvb;
diff --git a/Documentation/DocBook/media/dvb/fe-read-status.xml b/Documentation/DocBook/media/dvb/fe-read-status.xml
index bbd0b5bb6b127367d60558e28c8f1f8db337a3e0..3e4c794ceac3cdb45b6f005b0a1da7d24ad3cc99 100644
--- a/Documentation/DocBook/media/dvb/fe-read-status.xml
+++ b/Documentation/DocBook/media/dvb/fe-read-status.xml
@@ -59,7 +59,7 @@ pointer to an integer where the status will be written.
&return-value-dvb;
-
+int fe_statusThe fe_status parameter is used to indicate the current state
@@ -103,5 +103,5 @@ pointer to an integer where the status will be written.
-
+
diff --git a/Documentation/DocBook/media/dvb/fe-set-frontend-tune-mode.xml b/Documentation/DocBook/media/dvb/fe-set-frontend-tune-mode.xml
index 30bc99dc4c1c5ba4a38999482c0aa4ab087d4bf3..99fa8a015c7a67a8e673deabe5d121bb18f1f240 100644
--- a/Documentation/DocBook/media/dvb/fe-set-frontend-tune-mode.xml
+++ b/Documentation/DocBook/media/dvb/fe-set-frontend-tune-mode.xml
@@ -40,14 +40,14 @@
Valid flags:
- 0 - normal tune mode
- FE_TUNE_MODE_ONESHOT - When set, this flag will
+ 0 - normal tune mode
+ FE_TUNE_MODE_ONESHOT - When set, this flag will
disable any zigzagging or other "normal" tuning behaviour.
Additionally, there will be no automatic monitoring of the
lock status, and hence no frontend events will be
generated. If a frontend device is closed, this flag will
be automatically turned off when the device is reopened
- read-write.
+ read-write.
diff --git a/Documentation/DocBook/media/dvb/fe-set-tone.xml b/Documentation/DocBook/media/dvb/fe-set-tone.xml
index 4ef6c74601eee6487fe9f2298e9debf2698b19ba..12cd4dd3a6ef8c54bc498a0a153428cbc481a126 100644
--- a/Documentation/DocBook/media/dvb/fe-set-tone.xml
+++ b/Documentation/DocBook/media/dvb/fe-set-tone.xml
@@ -15,7 +15,7 @@
int ioctlint fdint request
- &fe-sec-tone-mode; *tone
+ enum fe_sec_tone_mode *tone
@@ -61,8 +61,8 @@
&return-value-dvb;
-
-enum fe_sec_voltage
+
+enum fe_sec_tone_mode
-
+
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml
index 9eda6c0997d03b7a15e330db7b3874c778074642..ab42d8c6d11abf5ba4a46bf165df2c056ce0bbab 100644
--- a/Documentation/DocBook/media/dvb/frontend.xml
+++ b/Documentation/DocBook/media/dvb/frontend.xml
@@ -2,16 +2,16 @@
The DVB frontend API was designed to support three types of delivery systems:
- Terrestrial systems: DVB-T, DVB-T2, ATSC, ATSC M/H, ISDB-T, DVB-H, DTMB, CMMB
- Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B), ISDB-C
- Satellite systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSS
+ Terrestrial systems: DVB-T, DVB-T2, ATSC, ATSC M/H, ISDB-T, DVB-H, DTMB, CMMB
+ Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B), ISDB-C
+ Satellite systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSSThe DVB frontend controls several sub-devices including:
- Tuner,
- Digital TV demodulator
- Low noise amplifier (LNA)
- Satellite Equipment Control (SEC) hardware (only for Satellite).
+ Tuner
+ Digital TV demodulator
+ Low noise amplifier (LNA)
+ Satellite Equipment Control (SEC) hardware (only for Satellite).The frontend can be accessed through
/dev/dvb/adapter?/frontend?. Data types and
@@ -50,7 +50,7 @@ specification is available at
Signal statistics are provided via FE_GET_PROPERTY.
Please notice that several statistics require the demodulator to be fully
locked (e. g. with FE_HAS_LOCK bit set). See
- Frontend statistics indicators
+ Frontend statistics indicators
for more details.
diff --git a/Documentation/DocBook/media/dvb/frontend_legacy_api.xml b/Documentation/DocBook/media/dvb/frontend_legacy_api.xml
index cb2e1838130569ff2d4f0d48d919c669e369430c..3005cec58eb08393420d4de4ff24707d7867b541 100644
--- a/Documentation/DocBook/media/dvb/frontend_legacy_api.xml
+++ b/Documentation/DocBook/media/dvb/frontend_legacy_api.xml
@@ -95,7 +95,6 @@ supported via the new FE_GET_PROPERTY/FE_GET_SET
BANDWIDTH_10_MHZ10 MHz
-
@@ -200,7 +199,7 @@ struct dvb_vsb_parameters {
-
+Frontend Legacy Function CallsThose functions are defined at DVB version 3. The support is kept in