···4141 <listitem>4242 <para>Valid flags:</para>4343 <itemizedlist>4444- <listitem>0 - normal 13V and 18V.</listitem>4545- <listitem>>0 - enables slightly higher voltages instead of4646- 13/18V, in order to compensate for long antena cables.</listitem>4444+ <listitem><para>0 - normal 13V and 18V.</para></listitem>4545+ <listitem><para>>0 - enables slightly higher voltages instead of4646+ 13/18V, in order to compensate for long antenna cables.</para></listitem>4747 </itemizedlist>4848 </listitem>4949 </varlistentry>
+4-4
Documentation/DocBook/media/dvb/fe-get-info.xml
···1616 <funcdef>int <function>ioctl</function></funcdef>1717 <paramdef>int <parameter>fd</parameter></paramdef>1818 <paramdef>int <parameter>request</parameter></paramdef>1919- <paramdef>&dvb-frontend-info; *<parameter>argp</parameter></paramdef>1919+ <paramdef>struct dvb_frontend_info *<parameter>argp</parameter></paramdef>2020 </funcprototype>2121 </funcsynopsis>2222 </refsynopsisdiv>···112112 </tbody>113113 </tgroup>114114 </table>115115- </refsect1>116115117116 <para>NOTE: The frequencies are specified in Hz for Terrestrial and Cable118117 systems. They're specified in kHz for Satellite systems</para>118118+ </refsect1>119119120120-<section id="fe-caps-t">120120+<refsect1 id="fe-caps-t">121121<title>frontend capabilities</title>122122123123<para>Capabilities describe what a frontend can do. Some capabilities are···262262 </tbody>263263 </tgroup>264264</table>265265-</section>265265+</refsect1>266266</refentry>
···1717 <funcdef>int <function>ioctl</function></funcdef>1818 <paramdef>int <parameter>fd</parameter></paramdef>1919 <paramdef>int <parameter>request</parameter></paramdef>2020- <paramdef>&dtv-properties; *<parameter>argp</parameter></paramdef>2020+ <paramdef>struct dtv_property *<parameter>argp</parameter></paramdef>2121 </funcprototype>2222 </funcsynopsis>2323 </refsynopsisdiv>···5757<listitem>5858 <para><constant>FE_SET_PROPERTY:</constant></para>5959<itemizedlist>6060-<listitem>This ioctl is used to set one or more6161- frontend properties.</listitem>6262-<listitem>This is the basic command to request the frontend to tune into some6363- frequency and to start decoding the digital TV signal.</listitem>6464-<listitem>This call requires read/write access to the device.</listitem>6565-<listitem>At return, the values are updated to reflect the6666- actual parameters used.</listitem>6060+<listitem><para>This ioctl is used to set one or more6161+ frontend properties.</para></listitem>6262+<listitem><para>This is the basic command to request the frontend to tune into some6363+ frequency and to start decoding the digital TV signal.</para></listitem>6464+<listitem><para>This call requires read/write access to the device.</para></listitem>6565+<listitem><para>At return, the values are updated to reflect the6666+ actual parameters used.</para></listitem>6767</itemizedlist>6868</listitem>6969<listitem>7070 <para><constant>FE_GET_PROPERTY:</constant></para>7171<itemizedlist>7272-<listitem>This ioctl is used to get properties and7373-statistics from the frontend.</listitem>7474-<listitem>No properties are changed, and statistics aren't reset.</listitem>7575-<listitem>This call only requires read-only access to the device.</listitem>7272+<listitem><para>This ioctl is used to get properties and7373+statistics from the frontend.</para></listitem>7474+<listitem><para>No properties are changed, and statistics aren't reset.</para></listitem>7575+<listitem><para>This call only requires read-only access to the device.</para></listitem>7676</itemizedlist>7777</listitem>7878</itemizedlist>7979-&return-value-dvb;.7979+&return-value-dvb;8080</refsect1>8181</refentry>
···5959&return-value-dvb;6060</refsect1>61616262-<section id="fe-status-t">6262+<refsect1 id="fe-status-t">6363<title>int fe_status</title>64646565<para>The fe_status parameter is used to indicate the current state···103103 </tbody>104104 </tgroup>105105</table>106106-</section>106106+</refsect1>107107</refentry>
···4040 <listitem>4141 <para>Valid flags:</para>4242 <itemizedlist>4343- <listitem>0 - normal tune mode</listitem>4444- <listitem>FE_TUNE_MODE_ONESHOT - When set, this flag will4343+ <listitem><para>0 - normal tune mode</para></listitem>4444+ <listitem><para>FE_TUNE_MODE_ONESHOT - When set, this flag will4545 disable any zigzagging or other "normal" tuning behaviour.4646 Additionally, there will be no automatic monitoring of the4747 lock status, and hence no frontend events will be4848 generated. If a frontend device is closed, this flag will4949 be automatically turned off when the device is reopened5050- read-write.</listitem>5050+ read-write.</para></listitem>5151 </itemizedlist>5252 </listitem>5353 </varlistentry>
···9595 </row><row>9696 <entry>BANDWIDTH_10_MHZ</entry>9797 <entry>10 MHz</entry>9898- </row><row>9998 </row>10099 </tbody>101100 </tgroup>···199200 </section>200201</section>201202202202-<section id="frontend_fcalls">203203+<section id="frontend_legacy_fcalls">203204<title>Frontend Legacy Function Calls</title>204205205206<para>Those functions are defined at DVB version 3. The support is kept in