Searched defs:dib0070_config (Results 1 – 1 of 1) sorted by relevance
23 struct dib0070_config { struct24 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