Lines Matching refs:stv090x_config
52 static struct stv090x_config stv090x_config = { variable
199 *fe = dvb_attach(stv090x_attach, &stv090x_config, in c8sectpfe_frontend_attach()
217 stv090x_config.tuner_init = fe2->tuner_init; in c8sectpfe_frontend_attach()
218 stv090x_config.tuner_set_mode = fe2->tuner_set_mode; in c8sectpfe_frontend_attach()
219 stv090x_config.tuner_set_frequency = fe2->tuner_set_frequency; in c8sectpfe_frontend_attach()
220 stv090x_config.tuner_get_frequency = fe2->tuner_get_frequency; in c8sectpfe_frontend_attach()
221 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach()
222 stv090x_config.tuner_get_bandwidth = fe2->tuner_get_bandwidth; in c8sectpfe_frontend_attach()
223 stv090x_config.tuner_set_bbgain = fe2->tuner_set_bbgain; in c8sectpfe_frontend_attach()
224 stv090x_config.tuner_get_bbgain = fe2->tuner_get_bbgain; in c8sectpfe_frontend_attach()
225 stv090x_config.tuner_set_refclk = fe2->tuner_set_refclk; in c8sectpfe_frontend_attach()
226 stv090x_config.tuner_get_status = fe2->tuner_get_status; in c8sectpfe_frontend_attach()