Lines Matching defs:drxd_state

100 struct drxd_state {
126 enum CDrxdState drxd_state;
225 static int Read16(struct drxd_state *state, u32 reg, u16 *data, u8 flags)
239 static int Read32(struct drxd_state *state, u32 reg, u32 *data, u8 flags)
255 static int Write16(struct drxd_state *state, u32 reg, u16 data, u8 flags)
268 static int Write32(struct drxd_state *state, u32 reg, u32 data, u8 flags)
282 static int write_chunk(struct drxd_state *state,
300 static int WriteBlock(struct drxd_state *state,
315 static int WriteTable(struct drxd_state *state, u8 * pTable)
345 static int ResetCEFR(struct drxd_state *state)
350 static int InitCP(struct drxd_state *state)
355 static int InitCE(struct drxd_state *state)
395 static int StopOC(struct drxd_state *state)
462 static int StartOC(struct drxd_state *state)
493 static int InitEQ(struct drxd_state *state)
498 static int InitEC(struct drxd_state *state)
503 static int InitSC(struct drxd_state *state)
508 static int InitAtomicRead(struct drxd_state *state)
513 static int CorrectSysClockDeviation(struct drxd_state *state);
515 static int DRX_GetLockStatus(struct drxd_state *state, u32 * pLockStatus)
535 if (state->drxd_state != DRXD_STARTED)
553 static int SetCfgIfAgc(struct drxd_state *state, struct SCfgAgc *cfg)
698 static int SetCfgRfAgc(struct drxd_state *state, struct SCfgAgc *cfg)
850 static int ReadIFAgc(struct drxd_state *state, u32 * pValue)
890 static int load_firmware(struct drxd_state *state, const char *fw_name)
910 static int DownloadMicrocode(struct drxd_state *state,
952 static int HI_Command(struct drxd_state *state, u16 cmd, u16 * pResult)
975 static int HI_CfgCommand(struct drxd_state *state)
998 static int InitHI(struct drxd_state *state)
1006 static int HI_ResetCommand(struct drxd_state *state)
1020 static int DRX_ConfigureI2CBridge(struct drxd_state *state, int bEnableBridge)
1037 static int AtomicReadBlock(struct drxd_state *state,
1090 static int AtomicReadReg32(struct drxd_state *state,
1106 static int StopAllProcessors(struct drxd_state *state)
1112 static int EnableAndResetMB(struct drxd_state *state)
1125 static int InitCC(struct drxd_state *state)
1149 static int ResetECOD(struct drxd_state *state)
1167 static int SetCfgPga(struct drxd_state *state, int pgaSwitch)
1233 static int InitFE(struct drxd_state *state)
1274 static int InitFT(struct drxd_state *state)
1283 static int SC_WaitForReady(struct drxd_state *state)
1295 static int SC_SendCommand(struct drxd_state *state, u16 cmd)
1316 static int SC_ProcStartCommand(struct drxd_state *state,
1340 static int SC_SetPrefParamCommand(struct drxd_state *state,
1369 static int SC_GetOpParamCommand(struct drxd_state *state, u16 * result)
1390 static int ConfigureMPEGOutput(struct drxd_state *state, int bEnableOutput)
1480 static int SetDeviceTypeId(struct drxd_state *state)
1574 static int CorrectSysClockDeviation(struct drxd_state *state)
1665 static int DRX_Stop(struct drxd_state *state)
1669 if (state->drxd_state != DRXD_STARTED)
1684 state->drxd_state = DRXD_STOPPED;
1732 static int SetOperationMode(struct drxd_state *state, int oMode)
1737 if (state->drxd_state != DRXD_STOPPED) {
1774 static int StartDiversity(struct drxd_state *state)
1815 static int SetFrequencyShift(struct drxd_state *state,
1853 static int SetCfgNoiseCalibration(struct drxd_state *state,
1888 static int DRX_Start(struct drxd_state *state, s32 off)
1919 if (state->drxd_state != DRXD_STOPPED)
2415 state->drxd_state = DRXD_STARTED;
2421 static int CDRXD(struct drxd_state *state, u32 IntermediateFrequency)
2548 state->drxd_state = DRXD_UNINITIALIZED;
2574 static int DRXD_init(struct drxd_state *state, const u8 *fw, u32 fw_size)
2730 state->drxd_state = DRXD_STOPPED;
2737 static int DRXD_status(struct drxd_state *state, u32 *pLockStatus)
2757 struct drxd_state *state = fe->demodulator_priv;
2771 struct drxd_state *state = fe->demodulator_priv;
2794 struct drxd_state *state = fe->demodulator_priv;
2801 struct drxd_state *state = fe->demodulator_priv;
2838 struct drxd_state *state = fe->demodulator_priv;
2852 struct drxd_state *state = fe->demodulator_priv;
2871 struct drxd_state *state = fe->demodulator_priv;
2911 struct drxd_state *state = NULL;