Merge remote-tracking branch 'mmc-uh/next'
[deliverable/linux.git] / Documentation / media / uapi / dvb / fe-enable-high-lnb-voltage.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _FE_ENABLE_HIGH_LNB_VOLTAGE:
4
5********************************
6ioctl FE_ENABLE_HIGH_LNB_VOLTAGE
7********************************
8
15e7d615 9Name
586027ce 10====
5377d91f 11
586027ce 12FE_ENABLE_HIGH_LNB_VOLTAGE - Select output DC level between normal LNBf voltages or higher LNBf - voltages.
5377d91f 13
15e7d615
MCC
14
15Synopsis
5377d91f
MH
16========
17
cf8076c3
MCC
18.. c:function:: int ioctl( int fd, FE_ENABLE_HIGH_LNB_VOLTAGE, unsigned int high )
19 :name: FE_ENABLE_HIGH_LNB_VOLTAGE
5377d91f 20
586027ce 21
15e7d615 22Arguments
5377d91f
MH
23=========
24
25``fd``
26 File descriptor returned by :ref:`open() <frontend_f_open>`.
27
5377d91f
MH
28``high``
29 Valid flags:
30
31 - 0 - normal 13V and 18V.
32
33 - >0 - enables slightly higher voltages instead of 13/18V, in order
34 to compensate for long antenna cables.
35
36
15e7d615 37Description
5377d91f
MH
38===========
39
40Select output DC level between normal LNBf voltages or higher LNBf
41voltages between 0 (normal) or a value grater than 0 for higher
42voltages.
43
586027ce 44
15e7d615 45Return Value
586027ce 46============
5377d91f
MH
47
48On success 0 is returned, on error -1 and the ``errno`` variable is set
49appropriately. The generic error codes are described at the
50:ref:`Generic Error Codes <gen-errors>` chapter.
This page took 0.046631 seconds and 5 git commands to generate.