[media] doc-rst: linux_tc CEC enhanced markup
[deliverable/linux.git] / Documentation / media / uapi / dvb / fe-diseqc-reset-overload.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _FE_DISEQC_RESET_OVERLOAD:
4
5******************************
6ioctl FE_DISEQC_RESET_OVERLOAD
7******************************
8
15e7d615 9Name
586027ce 10====
5377d91f 11
586027ce 12FE_DISEQC_RESET_OVERLOAD - Restores the power to the antenna subsystem, if it was powered off due - to power overload.
5377d91f 13
15e7d615
MCC
14
15Synopsis
5377d91f
MH
16========
17
b7e67f6c 18.. cpp:function:: int ioctl( int fd, int request, NULL )
5377d91f 19
586027ce 20
15e7d615 21Arguments
5377d91f
MH
22=========
23
24``fd``
25 File descriptor returned by :ref:`open() <frontend_f_open>`.
26
27``request``
28 FE_DISEQC_RESET_OVERLOAD
29
30
15e7d615 31Description
5377d91f
MH
32===========
33
34If the bus has been automatically powered off due to power overload,
35this ioctl call restores the power to the bus. The call requires
36read/write access to the device. This call has no effect if the device
37is manually powered off. Not all DVB adapters support this ioctl.
38
586027ce 39
15e7d615 40Return Value
586027ce 41============
5377d91f
MH
42
43On success 0 is returned, on error -1 and the ``errno`` variable is set
44appropriately. The generic error codes are described at the
45:ref:`Generic Error Codes <gen-errors>` chapter.
This page took 0.03302 seconds and 5 git commands to generate.