summaryrefslogtreecommitdiffstats
path: root/Documentation/linux_tv/media/dvb/dtv-stats.rst
blob: e70e5a5283ffab5171c6ba3e3f0a729b320bf134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. -*- coding: utf-8; mode: rst -*-

.. _dtv-stats:

****************
struct dtv_stats
****************


.. code-block:: c

    struct dtv_stats {
        __u8 scale; /* enum fecap_scale_params type */
        union {
            __u64 uvalue;   /* for counters and relative scales */
            __s64 svalue;   /* for 1/1000 dB measures */
        };
    } __packed;




.. ------------------------------------------------------------------------------
.. This file was automatically converted from DocBook-XML with the dbxml
.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
.. from the linux kernel, refer to:
..
.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
.. ------------------------------------------------------------------------------
OpenPOWER on IntegriCloud