Lines Matching defs:dib7000p_config
8 struct dib7000p_config { struct
9 u8 output_mpeg2_in_188_bytes;
10 u8 hostbus_diversity;
11 u8 tuner_is_baseband;
12 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
14 u8 agc_config_count;
15 struct dibx000_agc_config *agc;
16 struct dibx000_bandwidth_config *bw;
19 u16 gpio_dir;
21 u16 gpio_val;
27 u16 gpio_pwm_pos;
29 u16 pwm_freq_div;
31 u8 quartz_direct;
33 u8 spur_protect;
35 int (*agc_control) (struct dvb_frontend *, u8 before);
37 u8 output_mode;
61 …eration)(struct i2c_adapter *i2c, int no_of_demods, u8 default_addr, struct dib7000p_config cfg[]); argument