Lines Matching refs:feconf
121 struct stv090x_config *feconf = (struct stv090x_config *)
133 feconf->tuner_init = ctl->tuner_init;
134 feconf->tuner_sleep = ctl->tuner_sleep;
135 feconf->tuner_set_mode = ctl->tuner_set_mode;
136 feconf->tuner_set_frequency = ctl->tuner_set_frequency;
137 feconf->tuner_get_frequency = ctl->tuner_get_frequency;
138 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth;
139 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth;
140 feconf->tuner_set_bbgain = ctl->tuner_set_bbgain;
141 feconf->tuner_get_bbgain = ctl->tuner_get_bbgain;
142 feconf->tuner_set_refclk = ctl->tuner_set_refclk;
143 feconf->tuner_get_status = ctl->tuner_get_status;
286 struct stv090x_config *feconf = (struct stv090x_config *)
289 chan->fe = dvb_attach(stv090x_attach, feconf, i2c,
298 if (feconf->tuner_i2c_lock)
731 struct drxd_config *feconf;
733 feconf = chan->dev->card_info->fe_config[chan->number];
735 chan->fe = dvb_attach(drxd_attach, feconf, chan,
747 struct drxd_config *feconf;
749 feconf = chan->dev->card_info->fe_config[chan->number];
751 if (!dvb_attach(dvb_pll_attach, chan->fe, feconf->pll_address,
753 feconf->pll_type)) {
754 dev_err(pdev, "No pll(%d) found!\n", feconf->pll_type);