Searched defs:stb0899_config (Results 1 – 2 of 2) sorted by relevance
81 struct stb0899_config { struct82 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;[all …]
855 static struct stb0899_config stb0899_config = { variable