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
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git]
/
Documentation
/
media
/
uapi
/
dvb
/
dtv-stats.rst
blob
35239e72bf74d29e1ce981736c743969e40a9a70
1
.. -*- coding: utf-8; mode: rst -*-
2
3
.. c:type:: 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;