Lines Matching refs:tda_state

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