Searched defs:dib0090_config (Results 1 – 1 of 1) sorted by relevance
42 struct dib0090_config { struct43 struct dib0090_io_config io;44 int (*reset) (struct dvb_frontend *, int);45 int (*sleep) (struct dvb_frontend *, int);48 int freq_offset_khz_uhf;49 int freq_offset_khz_vhf;51 int (*get_adc_power) (struct dvb_frontend *);76 …90_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config); argument