• Home
  • Raw
  • Download

Lines Matching refs:feconf

56 	struct stv090x_config *feconf = (struct stv090x_config *)  in tuner_attach_stv6110()  local
74 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
75 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
76 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
77 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
78 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
79 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
80 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
81 feconf->tuner_set_bbgain = ctl->tuner_set_bbgain; in tuner_attach_stv6110()
82 feconf->tuner_get_bbgain = ctl->tuner_get_bbgain; in tuner_attach_stv6110()
83 feconf->tuner_set_refclk = ctl->tuner_set_refclk; in tuner_attach_stv6110()
84 feconf->tuner_get_status = ctl->tuner_get_status; in tuner_attach_stv6110()
136 struct stv090x_config *feconf = (struct stv090x_config *) in demod_attach_stv0900() local
147 chan->fe = dvb_attach(stv090x_attach, feconf, i2c, in demod_attach_stv0900()
156 if (feconf->tuner_i2c_lock) in demod_attach_stv0900()
320 struct drxd_config *feconf; in demod_attach_drxd() local
322 feconf = chan->dev->card_info->fe_config[chan->number]; in demod_attach_drxd()
324 chan->fe = dvb_attach(drxd_attach, feconf, chan, in demod_attach_drxd()
335 struct drxd_config *feconf; in tuner_attach_dtt7520x() local
337 feconf = chan->dev->card_info->fe_config[chan->number]; in tuner_attach_dtt7520x()
339 if (!dvb_attach(dvb_pll_attach, chan->fe, feconf->pll_address, in tuner_attach_dtt7520x()
341 feconf->pll_type)) { in tuner_attach_dtt7520x()
342 pr_err("No pll(%d) found!\n", feconf->pll_type); in tuner_attach_dtt7520x()