forked from Minki/linux
60c2820d0f
The name of the subsystem is "media", and not "linux_tv". Also, as we plan to add other stuff there in the future, let's rename also the media uAPI book to media_uapi, to make it clearer. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
19 lines
335 B
ReStructuredText
19 lines
335 B
ReStructuredText
.. -*- 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;
|