2020-08-26 15:03:09 +08:00
|
|
|
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
2020-09-24 22:56:00 +08:00
|
|
|
.. c:namespace:: DTV.fe
|
2018-08-30 22:15:26 +08:00
|
|
|
|
2016-06-30 21:18:56 +08:00
|
|
|
.. _FE_DISEQC_RESET_OVERLOAD:
|
|
|
|
|
|
|
|
******************************
|
|
|
|
ioctl FE_DISEQC_RESET_OVERLOAD
|
|
|
|
******************************
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Name
|
2016-07-05 18:58:48 +08:00
|
|
|
====
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-07-05 18:58:48 +08:00
|
|
|
FE_DISEQC_RESET_OVERLOAD - Restores the power to the antenna subsystem, if it was powered off due - to power overload.
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Synopsis
|
2016-06-30 21:18:56 +08:00
|
|
|
========
|
|
|
|
|
2020-09-24 22:56:00 +08:00
|
|
|
.. c:macro:: FE_DISEQC_RESET_OVERLOAD
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2020-09-24 22:56:00 +08:00
|
|
|
``int ioctl(int fd, FE_DISEQC_RESET_OVERLOAD, NULL)``
|
2016-07-05 18:58:48 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Arguments
|
2016-06-30 21:18:56 +08:00
|
|
|
=========
|
|
|
|
|
|
|
|
``fd``
|
2020-09-24 22:56:00 +08:00
|
|
|
File descriptor returned by :c:func:`open()`.
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Description
|
2016-06-30 21:18:56 +08:00
|
|
|
===========
|
|
|
|
|
|
|
|
If the bus has been automatically powered off due to power overload,
|
|
|
|
this ioctl call restores the power to the bus. The call requires
|
|
|
|
read/write access to the device. This call has no effect if the device
|
2017-09-02 00:28:16 +08:00
|
|
|
is manually powered off. Not all Digital TV adapters support this ioctl.
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Return Value
|
2016-07-05 18:58:48 +08:00
|
|
|
============
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2017-09-02 00:15:43 +08:00
|
|
|
On success 0 is returned.
|
|
|
|
|
|
|
|
On error -1 is returned, and the ``errno`` variable is set
|
|
|
|
appropriately.
|
|
|
|
|
|
|
|
Generic error codes are described at the
|
2016-06-30 21:18:56 +08:00
|
|
|
:ref:`Generic Error Codes <gen-errors>` chapter.
|