Lines Matching defs:stv090x_config
68 struct stv090x_config { struct
69 enum stv090x_device device;
70 enum stv090x_mode demod_mode;
71 enum stv090x_clkmode clk_mode;
73 u32 xtal; /* default: 8000000 */
74 u8 address; /* default: 0x68 */
76 u8 ts1_mode;
77 u8 ts2_mode;
78 u32 ts1_clk;
79 u32 ts2_clk;
81 u8 ts1_tei : 1;
82 u8 ts2_tei : 1;
84 enum stv090x_i2crpt repeater_level;
108 extern struct dvb_frontend *stv090x_attach(const struct stv090x_config *config, argument