Lines Matching defs:stb0899_config
93 struct stb0899_config { struct
94 const struct stb0899_s1_reg *init_dev;
95 const struct stb0899_s2_reg *init_s2_demod;
96 const struct stb0899_s1_reg *init_s1_demod;
97 const struct stb0899_s2_reg *init_s2_fec;
98 const struct stb0899_s1_reg *init_tst;
100 const struct stb0899_postproc *postproc;
102 enum stb0899_inversion inversion;
104 u32 xtal_freq;
106 u8 demod_address;
107 u8 ts_output_mode;
108 u8 block_sync_mode;
109 u8 ts_pfbit_toggle;
111 u8 clock_polarity;
112 u8 data_clk_parity;
113 u8 fec_mode;
114 u8 data_output_ctl;
115 u8 data_fifo_mode;
116 u8 out_rate_comp;
117 u8 i2c_repeater;
119 int lo_clk;
120 int hi_clk;
122 u32 esno_ave;
146 extern struct dvb_frontend *stb0899_attach(struct stb0899_config *config, argument