Home
last modified time | relevance | path

Searched defs:dib0070_config (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/media/dvb/frontends/
Ddib0070.h23 struct dib0070_config { struct
24 u8 i2c_address;
27 int (*reset) (struct dvb_frontend *, int);
28 int (*sleep) (struct dvb_frontend *, int);
52 …tend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0070_config *cfg); argument