summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/rtl2832_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-12-14 06:55:43 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-02-03 16:06:07 -0200
commit19d273d63552ac99d171fd68018a41f496248513 (patch)
treed17c57eda14db78334c2c0a175d856cee2479a07 /drivers/media/dvb-frontends/rtl2832_priv.h
parentd10165815b5a319b12554a2ad83f3e1598a9ea8f (diff)
[media] rtl2832: implement DVBv5 CNR statistic
DVBv5 CNR. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2832_priv.h')
-rw-r--r--drivers/media/dvb-frontends/rtl2832_priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832_priv.h b/drivers/media/dvb-frontends/rtl2832_priv.h
index eacd4e4d8ea3..3c44983b95a0 100644
--- a/drivers/media/dvb-frontends/rtl2832_priv.h
+++ b/drivers/media/dvb-frontends/rtl2832_priv.h
@@ -33,7 +33,8 @@ struct rtl2832_dev {
struct i2c_adapter *i2c_adapter;
struct i2c_adapter *i2c_adapter_tuner;
struct dvb_frontend fe;
-
+ struct delayed_work stat_work;
+ fe_status_t fe_status;
bool i2c_gate_state;
bool sleeping;
struct delayed_work i2c_gate_work;