Lines Matching refs:stv090x_config
42 static struct stv090x_config stv090x_config = { variable
190 *fe = dvb_attach(stv090x_attach, &stv090x_config, in c8sectpfe_frontend_attach()
208 stv090x_config.tuner_init = fe2->tuner_init; in c8sectpfe_frontend_attach()
209 stv090x_config.tuner_set_mode = fe2->tuner_set_mode; in c8sectpfe_frontend_attach()
210 stv090x_config.tuner_set_frequency = fe2->tuner_set_frequency; in c8sectpfe_frontend_attach()
211 stv090x_config.tuner_get_frequency = fe2->tuner_get_frequency; in c8sectpfe_frontend_attach()
212 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach()
213 stv090x_config.tuner_get_bandwidth = fe2->tuner_get_bandwidth; in c8sectpfe_frontend_attach()
214 stv090x_config.tuner_set_bbgain = fe2->tuner_set_bbgain; in c8sectpfe_frontend_attach()
215 stv090x_config.tuner_get_bbgain = fe2->tuner_get_bbgain; in c8sectpfe_frontend_attach()
216 stv090x_config.tuner_set_refclk = fe2->tuner_set_refclk; in c8sectpfe_frontend_attach()
217 stv090x_config.tuner_get_status = fe2->tuner_get_status; in c8sectpfe_frontend_attach()