WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / fe-read-ber.rst
blobf33f1dd205018431c90c5042bfd7620b7ab5ee7a
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.fe
4 .. _FE_READ_BER:
6 ***********
7 FE_READ_BER
8 ***********
10 Name
11 ====
13 FE_READ_BER
15 .. attention:: This ioctl is deprecated.
17 Synopsis
18 ========
20 .. c:macro:: FE_READ_BER
22 ``int ioctl(int fd, FE_READ_BER, uint32_t *ber)``
24 Arguments
25 =========
27 ``fd``
28     File descriptor returned by :c:func:`open()`.
30 ``ber``
31     The bit error rate is stored into \*ber.
33 Description
34 ===========
36 This ioctl call returns the bit error rate for the signal currently
37 received/demodulated by the front-end. For this command, read-only
38 access to the device is sufficient.
40 Return Value
41 ============
43 On success 0 is returned.
45 On error -1 is returned, and the ``errno`` variable is set
46 appropriately.
48 Generic error codes are described at the
49 :ref:`Generic Error Codes <gen-errors>` chapter.