Searched defs:tda18250_config (Results 1 – 2 of 2) sorted by relevance
31 struct tda18250_config { struct32 u16 if_dvbt_6;33 u16 if_dvbt_7;34 u16 if_dvbt_8;35 u16 if_dvbc_6;36 u16 if_dvbc_8;37 u16 if_atsc;38 u8 xtal_freq;39 bool loopthrough;44 struct dvb_frontend *fe;[all …]
3739 struct tda18250_config tda18250_config; in xbox_one_attach() local