Lines Matching refs:tda_state

79 struct tda_state {  struct
115 static int PowerScan(struct tda_state *state, argument
138 static int WriteRegs(struct tda_state *state, in WriteRegs()
155 static int WriteReg(struct tda_state *state, u8 SubAddr, u8 Reg) in WriteReg()
162 static int Read(struct tda_state *state, u8 * Regs) in Read()
167 static int ReadExtented(struct tda_state *state, u8 * Regs) in ReadExtented()
172 static int UpdateRegs(struct tda_state *state, u8 RegFrom, u8 RegTo) in UpdateRegs()
177 static int UpdateReg(struct tda_state *state, u8 Reg) in UpdateReg()
184 static void reset(struct tda_state *state) in reset()
270 static int ThermometerRead(struct tda_state *state, u8 *pTM_Value) in ThermometerRead()
310 static int StandBy(struct tda_state *state) in StandBy()
335 static int CalcMainPLL(struct tda_state *state, u32 freq) in CalcMainPLL()
359 static int CalcCalPLL(struct tda_state *state, u32 freq) in CalcCalPLL()
383 static int CalibrateRF(struct tda_state *state, in CalibrateRF()
511 static int RFTrackingFiltersInit(struct tda_state *state, in RFTrackingFiltersInit()
599 static int PowerScan(struct tda_state *state, in PowerScan()
689 static int PowerScanInit(struct tda_state *state) in PowerScanInit()
711 static int CalcRFFilterCurve(struct tda_state *state) in CalcRFFilterCurve()
748 static int FixedContentsI2CUpdate(struct tda_state *state) in FixedContentsI2CUpdate()
905 static int InitCal(struct tda_state *state) in InitCal()
924 static int RFTrackingFiltersCorrection(struct tda_state *state, in RFTrackingFiltersCorrection()
986 static int ChannelConfiguration(struct tda_state *state, in ChannelConfiguration()
1113 struct tda_state *state = fe->tuner_priv; in sleep()
1133 struct tda_state *state = fe->tuner_priv; in set_params()
1201 struct tda_state *state = fe->tuner_priv; in get_if_frequency()
1233 struct tda_state *state; in tda18271c2dd_attach()
1235 state = kzalloc(sizeof(struct tda_state), GFP_KERNEL); in tda18271c2dd_attach()