···11+<refentry id="FE_DISEQC_RESET_OVERLOAD">22+ <refmeta>33+ <refentrytitle>ioctl FE_DISEQC_RESET_OVERLOAD</refentrytitle>44+ &manvol;55+ </refmeta>66+77+ <refnamediv>88+ <refname>FE_DISEQC_RESET_OVERLOAD</refname>99+ <refpurpose>Restores the power to the antenna subsystem, if it was powered1010+ off due to power overload.</refpurpose>1111+ </refnamediv>1212+1313+ <refsynopsisdiv>1414+ <funcsynopsis>1515+ <funcprototype>1616+ <funcdef>int <function>ioctl</function></funcdef>1717+ <paramdef>int <parameter>fd</parameter></paramdef>1818+ <paramdef>int <parameter>request</parameter></paramdef>1919+ <paramdef>NULL</paramdef>2020+ </funcprototype>2121+ </funcsynopsis>2222+ </refsynopsisdiv>2323+2424+ <refsect1>2525+ <title>Arguments</title>2626+ <variablelist>2727+ <varlistentry>2828+ <term><parameter>fd</parameter></term>2929+ <listitem>3030+ <para>&fe_fd;</para>3131+ </listitem>3232+ </varlistentry>3333+ <varlistentry>3434+ <term><parameter>request</parameter></term>3535+ <listitem>3636+ <para>FE_DISEQC_RESET_OVERLOAD</para>3737+ </listitem>3838+ </varlistentry>3939+ </variablelist>4040+ </refsect1>4141+4242+ <refsect1>4343+ <title>Description</title>4444+4545+ <para>If the bus has been automatically powered off due to power overload, this ioctl4646+ call restores the power to the bus. The call requires read/write access to the4747+ device. This call has no effect if the device is manually powered off. Not all4848+ DVB adapters support this ioctl.</para>4949+&return-value-dvb;5050+</refsect1>5151+</refentry>
+1-44
Documentation/DocBook/media/dvb/frontend.xml
···333333 </row></tbody></tgroup></informaltable>334334</section>335335336336-337337-<section id="FE_DISEQC_RESET_OVERLOAD">338338-<title>FE_DISEQC_RESET_OVERLOAD</title>339339-<para>DESCRIPTION340340-</para>341341-<informaltable><tgroup cols="1"><tbody><row><entry342342- align="char">343343-<para>If the bus has been automatically powered off due to power overload, this ioctl344344- call restores the power to the bus. The call requires read/write access to the345345- device. This call has no effect if the device is manually powered off. Not all346346- DVB adapters support this ioctl.</para>347347-</entry>348348- </row></tbody></tgroup></informaltable>349349-350350-<para>SYNOPSIS351351-</para>352352-<informaltable><tgroup cols="1"><tbody><row><entry353353- align="char">354354-<para>int ioctl(int fd, int request =355355- <link linkend="FE_DISEQC_RESET_OVERLOAD">FE_DISEQC_RESET_OVERLOAD</link>);</para>356356-</entry>357357- </row></tbody></tgroup></informaltable>358358-<para>PARAMETERS359359-</para>360360-<informaltable><tgroup cols="2"><tbody><row><entry361361- align="char">362362-<para>int fd</para>363363-</entry><entry364364- align="char">365365-<para>File descriptor returned by a previous call to open().</para>366366-</entry>367367- </row><row><entry368368- align="char">369369-<para>int request</para>370370-</entry><entry371371- align="char">372372-<para>Equals <link linkend="FE_DISEQC_RESET_OVERLOAD">FE_DISEQC_RESET_OVERLOAD</link> for this373373- command.</para>374374-</entry>375375- </row></tbody></tgroup></informaltable>376376-377377-&return-value-dvb;378378-</section>379379-336336+&sub-fe-diseqc-reset-overload;380337&sub-fe-diseqc-send-master-cmd;381338&sub-fe-diseqc-recv-slave-reply;382339&sub-fe-diseqc-send-burst;