Searched defs:dib0090_config (Results 1 – 1 of 1) sorted by relevance
45 struct dib0090_config { struct46 struct dib0090_io_config io;47 int (*reset) (struct dvb_frontend *, int);48 int (*sleep) (struct dvb_frontend *, int);51 int freq_offset_khz_uhf;52 int freq_offset_khz_vhf;54 int (*get_adc_power) (struct dvb_frontend *);79 …90_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config); argument