Searched refs:tda18250_config (Results 1 – 3 of 3) sorted by relevance
22 struct tda18250_config { struct
747 struct tda18250_config *cfg = client->dev.platform_data; in tda18250_probe()
3739 struct tda18250_config tda18250_config; in xbox_one_attach() local3781 memset(&tda18250_config, 0, sizeof(tda18250_config)); in xbox_one_attach()3782 tda18250_config.if_dvbt_6 = 3950; in xbox_one_attach()3783 tda18250_config.if_dvbt_7 = 4450; in xbox_one_attach()3784 tda18250_config.if_dvbt_8 = 4950; in xbox_one_attach()3785 tda18250_config.if_dvbc_6 = 4950; in xbox_one_attach()3786 tda18250_config.if_dvbc_8 = 4950; in xbox_one_attach()3787 tda18250_config.if_atsc = 4079; in xbox_one_attach()3788 tda18250_config.loopthrough = true; in xbox_one_attach()3789 tda18250_config.xtal_freq = TDA18250_XTAL_FREQ_27MHZ; in xbox_one_attach()[all …]