Lines Matching defs:stb0899_config
81 struct stb0899_config { struct
82 const struct stb0899_s1_reg *init_dev;
83 const struct stb0899_s2_reg *init_s2_demod;
84 const struct stb0899_s1_reg *init_s1_demod;
85 const struct stb0899_s2_reg *init_s2_fec;
86 const struct stb0899_s1_reg *init_tst;
88 const struct stb0899_postproc *postproc;
90 enum stb0899_inversion inversion;
92 u32 xtal_freq;
94 u8 demod_address;
95 u8 ts_output_mode;
96 u8 block_sync_mode;
97 u8 ts_pfbit_toggle;
99 u8 clock_polarity;
100 u8 data_clk_parity;
101 u8 fec_mode;
102 u8 data_output_ctl;
103 u8 data_fifo_mode;
104 u8 out_rate_comp;
105 u8 i2c_repeater;
107 int lo_clk;
108 int hi_clk;
110 u32 esno_ave;
134 extern struct dvb_frontend *stb0899_attach(struct stb0899_config *config, argument