repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.8.3
[linux/fpc-iii.git]
/
Documentation
/
media
/
uapi
/
dvb
/
dtv-stats.rst
blob
2cfdca00f16452583e338d342bfc43755c8117e4
1
.. -*- coding: utf-8; mode: rst -*-
2
3
.. _dtv-stats:
4
5
****************
6
struct dtv_stats
7
****************
8
9
10
.. code-block:: c
11
12
struct dtv_stats {
13
__u8 scale; /* enum fecap_scale_params type */
14
union {
15
__u64 uvalue; /* for counters and relative scales */
16
__s64 svalue; /* for 1/1000 dB measures */
17
};
18
} __packed;