Lines Matching refs:tda_state

65 struct tda_state {  struct
101 static int PowerScan(struct tda_state *state, argument
124 static int WriteRegs(struct tda_state *state, in WriteRegs()
141 static int WriteReg(struct tda_state *state, u8 SubAddr, u8 Reg) in WriteReg()
148 static int Read(struct tda_state *state, u8 * Regs) in Read()
153 static int ReadExtented(struct tda_state *state, u8 * Regs) in ReadExtented()
158 static int UpdateRegs(struct tda_state *state, u8 RegFrom, u8 RegTo) in UpdateRegs()
163 static int UpdateReg(struct tda_state *state, u8 Reg) in UpdateReg()
170 static void reset(struct tda_state *state) in reset()
253 static int ThermometerRead(struct tda_state *state, u8 *pTM_Value) in ThermometerRead()
293 static int StandBy(struct tda_state *state) in StandBy()
318 static int CalcMainPLL(struct tda_state *state, u32 freq) in CalcMainPLL()
342 static int CalcCalPLL(struct tda_state *state, u32 freq) in CalcCalPLL()
366 static int CalibrateRF(struct tda_state *state, in CalibrateRF()
494 static int RFTrackingFiltersInit(struct tda_state *state, in RFTrackingFiltersInit()
582 static int PowerScan(struct tda_state *state, in PowerScan()
672 static int PowerScanInit(struct tda_state *state) in PowerScanInit()
694 static int CalcRFFilterCurve(struct tda_state *state) in CalcRFFilterCurve()
731 static int FixedContentsI2CUpdate(struct tda_state *state) in FixedContentsI2CUpdate()
888 static int InitCal(struct tda_state *state) in InitCal()
907 static int RFTrackingFiltersCorrection(struct tda_state *state, in RFTrackingFiltersCorrection()
969 static int ChannelConfiguration(struct tda_state *state, in ChannelConfiguration()
1096 struct tda_state *state = fe->tuner_priv; in sleep()
1116 struct tda_state *state = fe->tuner_priv; in set_params()
1184 struct tda_state *state = fe->tuner_priv; in get_if_frequency()
1216 struct tda_state *state; in tda18271c2dd_attach()
1218 state = kzalloc(sizeof(struct tda_state), GFP_KERNEL); in tda18271c2dd_attach()