Lines Matching defs:dib7000p_config
7 struct dib7000p_config { struct
8 u8 output_mpeg2_in_188_bytes;
9 u8 hostbus_diversity;
10 u8 tuner_is_baseband;
11 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
13 u8 agc_config_count;
14 struct dibx000_agc_config *agc;
15 struct dibx000_bandwidth_config *bw;
18 u16 gpio_dir;
20 u16 gpio_val;
26 u16 gpio_pwm_pos;
28 u16 pwm_freq_div;
30 u8 quartz_direct;
32 u8 spur_protect;
34 int (*agc_control) (struct dvb_frontend *, u8 before);
36 u8 output_mode;
60 …eration)(struct i2c_adapter *i2c, int no_of_demods, u8 default_addr, struct dib7000p_config cfg[]); argument