Lines Matching defs:tda_state
65 struct tda_state { struct66 struct i2c_adapter *i2c;67 u8 adr;69 u32 m_Frequency;70 u32 IF;72 u8 m_IFLevelAnalog;73 u8 m_IFLevelDigital;74 u8 m_IFLevelDVBC;75 u8 m_IFLevelDVBT;77 u8 m_EP4;101 static int PowerScan(struct tda_state *state, argument