]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - Documentation/media/uapi/dvb/dvb-fe-read-status.rst
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[mirror_ubuntu-artful-kernel.git] / Documentation / media / uapi / dvb / dvb-fe-read-status.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _dvb-fe-read-status:
4
5***************************************
6Querying frontend status and statistics
7***************************************
8
9Once :ref:`FE_SET_PROPERTY <FE_GET_PROPERTY>` is called, the
10frontend will run a kernel thread that will periodically check for the
11tuner lock status and provide statistics about the quality of the
12signal.
13
14The information about the frontend tuner locking status can be queried
7347081e 15using :ref:`FE_READ_STATUS`.
5377d91f
MH
16
17Signal statistics are provided via
706f8a99
MCC
18:ref:`FE_GET_PROPERTY`.
19
20.. note:: Most statistics require the demodulator to be fully locked
21 (e. g. with FE_HAS_LOCK bit set). See
22 :ref:`Frontend statistics indicators <frontend-stat-properties>` for
23 more details.