Searched defs:dib0070_config (Results 1 – 1 of 1) sorted by relevance
20 struct dib0070_config { struct21 u8 i2c_address;24 int (*reset) (struct dvb_frontend *, int);25 int (*sleep) (struct dvb_frontend *, int);49 …tend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0070_config *cfg); argument