Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / fe-read-signal-strength.rst
blob198f6dfb53a17bc0a2086ca3d6e3ef3d05482535
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _FE_READ_SIGNAL_STRENGTH:
5 ***********************
6 FE_READ_SIGNAL_STRENGTH
7 ***********************
9 Name
10 ====
12 FE_READ_SIGNAL_STRENGTH
14 .. attention:: This ioctl is deprecated.
16 Synopsis
17 ========
19 .. c:function:: int ioctl( int fd, FE_READ_SIGNAL_STRENGTH, uint16_t *strength)
20     :name: FE_READ_SIGNAL_STRENGTH
23 Arguments
24 =========
26 ``fd``
27     File descriptor returned by :c:func:`open() <dvb-fe-open>`.
29 ``strength``
30     The signal strength value is stored into \*strength.
33 Description
34 ===========
36 This ioctl call returns the signal strength value for the signal
37 currently received by the front-end. For this command, read-only access
38 to the device is sufficient.
41 Return Value
42 ============
44 On success 0 is returned.
46 On error -1 is returned, and the ``errno`` variable is set
47 appropriately.
49 Generic error codes are described at the
50 :ref:`Generic Error Codes <gen-errors>` chapter.