Searched defs:tda18250_config (Results 1 – 2 of 2) sorted by relevance
22 struct tda18250_config { struct23 u16 if_dvbt_6;24 u16 if_dvbt_7;25 u16 if_dvbt_8;26 u16 if_dvbc_6;27 u16 if_dvbc_8;28 u16 if_atsc;29 u8 xtal_freq;30 bool loopthrough;35 struct dvb_frontend *fe;[all …]
3744 struct tda18250_config tda18250_config; in xbox_one_attach() local