Linux 4.8.3
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / fe-read-ber.rst
blobc2b5b417f5fbd7c61ce8b750421f59a355abd11d
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _FE_READ_BER:
5 ***********
6 FE_READ_BER
7 ***********
9 Name
10 ====
12 FE_READ_BER
14 Synopsis
15 ========
17 .. cpp:function:: int  ioctl(int fd, int request = FE_READ_BER, uint32_t *ber)
20 Arguments
21 =========
23 .. flat-table::
24     :header-rows:  0
25     :stub-columns: 0
28     -  .. row 1
30        -  int fd
32        -  File descriptor returned by a previous call to open().
34     -  .. row 2
36        -  int request
38        -  Equals :ref:`FE_READ_BER` for this command.
40     -  .. row 3
42        -  uint32_t \*ber
44        -  The bit error rate is stored into \*ber.
47 Description
48 ===========
50 This ioctl call returns the bit error rate for the signal currently
51 received/demodulated by the front-end. For this command, read-only
52 access to the device is sufficient.
55 Return Value
56 ============
58 On success 0 is returned, on error -1 and the ``errno`` variable is set
59 appropriately. The generic error codes are described at the
60 :ref:`Generic Error Codes <gen-errors>` chapter.