Lines Matching refs:tda18250_config
3744 struct tda18250_config tda18250_config; in xbox_one_attach() local
3786 memset(&tda18250_config, 0, sizeof(tda18250_config)); in xbox_one_attach()
3787 tda18250_config.if_dvbt_6 = 3950; in xbox_one_attach()
3788 tda18250_config.if_dvbt_7 = 4450; in xbox_one_attach()
3789 tda18250_config.if_dvbt_8 = 4950; in xbox_one_attach()
3790 tda18250_config.if_dvbc_6 = 4950; in xbox_one_attach()
3791 tda18250_config.if_dvbc_8 = 4950; in xbox_one_attach()
3792 tda18250_config.if_atsc = 4079; in xbox_one_attach()
3793 tda18250_config.loopthrough = true; in xbox_one_attach()
3794 tda18250_config.xtal_freq = TDA18250_XTAL_FREQ_27MHZ; in xbox_one_attach()
3795 tda18250_config.fe = adap->fe_adap[0].fe; in xbox_one_attach()
3800 info.platform_data = &tda18250_config; in xbox_one_attach()