diff options
author | Antti Palosaari <crope@iki.fi> | 2016-08-09 02:13:45 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-22 16:39:06 +0300 |
commit | 2832fd3177d7d988348fc1bd8031daeea89396c9 (patch) | |
tree | 184bb0062ed2f941ab132daeb768e37dec3302ff /drivers/media/dvb-frontends/cxd2820r_priv.h | |
parent | fcd09f6592cc1d55dea1571297ad88b9024de80c (diff) | |
download | linux-2832fd3177d7d988348fc1bd8031daeea89396c9.tar.xz |
[media] cxd2820r: dvbv5 statistics for DVB-T
Implement dvbv5 statistics for DVB-T.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/cxd2820r_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/cxd2820r_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/cxd2820r_priv.h b/drivers/media/dvb-frontends/cxd2820r_priv.h index acfae17991e3..a97570b7fa1d 100644 --- a/drivers/media/dvb-frontends/cxd2820r_priv.h +++ b/drivers/media/dvb-frontends/cxd2820r_priv.h @@ -27,6 +27,7 @@ #include "dvb_math.h" #include "cxd2820r.h" #include <linux/gpio.h> +#include <linux/math64.h> struct reg_val_mask { u32 reg; @@ -40,6 +41,7 @@ struct cxd2820r_priv { struct i2c_adapter *i2c; struct dvb_frontend fe; struct cxd2820r_config cfg; + u64 post_bit_error; bool ber_running; |