Lines Matching refs:feconf
1123 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in demod_attach_stv0900() local
1127 dvb->fe = dvb_attach(stv090x_attach, feconf, i2c, in demod_attach_stv0900()
1149 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in tuner_attach_stv6110() local
1162 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
1163 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
1164 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
1165 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
1166 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
1167 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
1168 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
1169 feconf->tuner_set_bbgain = ctl->tuner_set_bbgain; in tuner_attach_stv6110()
1170 feconf->tuner_get_bbgain = ctl->tuner_get_bbgain; in tuner_attach_stv6110()
1171 feconf->tuner_set_refclk = ctl->tuner_set_refclk; in tuner_attach_stv6110()
1172 feconf->tuner_get_status = ctl->tuner_get_status; in tuner_attach_stv6110()