summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/mn88473_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2016-02-04 17:01:51 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 09:26:05 -0300
commit7908fad99a6cc08a41c666d425df42809b34dce2 (patch)
treeef02f147a33cf69b9b8cf027e178b51805b64f74 /drivers/media/dvb-frontends/mn88473_priv.h
parent877ba50b057f53b761c7acab6f4ae5376513b34f (diff)
[media] mn88473: finalize driver
Finalize the driver. It still lacks a lot of features, like all statistics and PLP filtering, but basic functionality and sensitivity is pretty good shape. Signed-off-by: Antti Palosaari <crope@iki.fi> Reviewed-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/mn88473_priv.h')
-rw-r--r--drivers/media/dvb-frontends/mn88473_priv.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/mn88473_priv.h b/drivers/media/dvb-frontends/mn88473_priv.h
index 54beb4241ccf..e6c65893e451 100644
--- a/drivers/media/dvb-frontends/mn88473_priv.h
+++ b/drivers/media/dvb-frontends/mn88473_priv.h
@@ -27,11 +27,10 @@
struct mn88473_dev {
struct i2c_client *client[3];
struct regmap *regmap[3];
- struct dvb_frontend fe;
+ struct dvb_frontend frontend;
u16 i2c_wr_max;
- enum fe_delivery_system delivery_system;
- bool warm; /* FW running */
- u32 xtal;
+ bool active;
+ u32 clk;
};
#endif