summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0299.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 17:47:10 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:58:40 -0300
commit53a8ee3e903659482e009481ab51d6a6572e6a57 (patch)
tree18b67dc32c20b63192053501c9327427d6b78910 /drivers/media/dvb/frontends/stv0299.h
parent66292ebee9c30e05d5df0229b2fa966883082cd3 (diff)
downloadop-kernel-dev-53a8ee3e903659482e009481ab51d6a6572e6a57.zip
op-kernel-dev-53a8ee3e903659482e009481ab51d6a6572e6a57.tar.gz
V4L/DVB (3855): Convert stv0299 to refactored tuner code
Convert to tuner_ops calls. Remove pll function pointers from structure. Remove unneeded tuner calls. Add i2c gate control function. Remove extra exported function. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0299.h')
-rw-r--r--drivers/media/dvb/frontends/stv0299.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/stv0299.h b/drivers/media/dvb/frontends/stv0299.h
index 32c87b4..1504828 100644
--- a/drivers/media/dvb/frontends/stv0299.h
+++ b/drivers/media/dvb/frontends/stv0299.h
@@ -87,14 +87,9 @@ struct stv0299_config
/* Set the symbol rate */
int (*set_symbol_rate)(struct dvb_frontend* fe, u32 srate, u32 ratio);
-
- /* PLL maintenance */
- int (*pll_init)(struct dvb_frontend *fe, struct i2c_adapter *i2c);
- int (*pll_set)(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dvb_frontend_parameters *params);
};
extern int stv0299_writereg (struct dvb_frontend* fe, u8 reg, u8 data);
-extern int stv0299_enable_plli2c (struct dvb_frontend* fe);
extern struct dvb_frontend* stv0299_attach(const struct stv0299_config* config,
struct i2c_adapter* i2c);
OpenPOWER on IntegriCloud