Lines Matching defs:dib7000p_config
6 struct dib7000p_config { struct
7 u8 output_mpeg2_in_188_bytes;
8 u8 hostbus_diversity;
9 u8 tuner_is_baseband;
10 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
12 u8 agc_config_count;
13 struct dibx000_agc_config *agc;
14 struct dibx000_bandwidth_config *bw;
17 u16 gpio_dir;
19 u16 gpio_val;
25 u16 gpio_pwm_pos;
49 …_frontend *dib7000p_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib7000p_config *cfg); argument