Lines Matching refs: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,
960 static int HI_Command(struct drxd_state *state, u16 cmd, u16 * pResult)
983 static int HI_CfgCommand(struct drxd_state *state)
1006 static int InitHI(struct drxd_state *state)
1014 static int HI_ResetCommand(struct drxd_state *state)
1028 static int DRX_ConfigureI2CBridge(struct drxd_state *state, int bEnableBridge)
1045 static int AtomicReadBlock(struct drxd_state *state,
1098 static int AtomicReadReg32(struct drxd_state *state,
1114 static int StopAllProcessors(struct drxd_state *state)
1120 static int EnableAndResetMB(struct drxd_state *state)
1133 static int InitCC(struct drxd_state *state)
1157 static int ResetECOD(struct drxd_state *state)
1175 static int SetCfgPga(struct drxd_state *state, int pgaSwitch)
1241 static int InitFE(struct drxd_state *state)
1282 static int InitFT(struct drxd_state *state)
1291 static int SC_WaitForReady(struct drxd_state *state)
1303 static int SC_SendCommand(struct drxd_state *state, u16 cmd)
1324 static int SC_ProcStartCommand(struct drxd_state *state,
1348 static int SC_SetPrefParamCommand(struct drxd_state *state,
1377 static int SC_GetOpParamCommand(struct drxd_state *state, u16 * result)
1398 static int ConfigureMPEGOutput(struct drxd_state *state, int bEnableOutput)
1488 static int SetDeviceTypeId(struct drxd_state *state)
1582 static int CorrectSysClockDeviation(struct drxd_state *state)
1674 static int DRX_Stop(struct drxd_state *state)
1678 if (state->drxd_state != DRXD_STARTED)
1693 state->drxd_state = DRXD_STOPPED;
1741 static int SetOperationMode(struct drxd_state *state, int oMode)
1746 if (state->drxd_state != DRXD_STOPPED) {
1783 static int StartDiversity(struct drxd_state *state)
1824 static int SetFrequencyShift(struct drxd_state *state,
1862 static int SetCfgNoiseCalibration(struct drxd_state *state,
1897 static int DRX_Start(struct drxd_state *state, s32 off)
1928 if (state->drxd_state != DRXD_STOPPED)
2424 state->drxd_state = DRXD_STARTED;
2430 static int CDRXD(struct drxd_state *state, u32 IntermediateFrequency)
2557 state->drxd_state = DRXD_UNINITIALIZED;
2583 static int DRXD_init(struct drxd_state *state, const u8 *fw, u32 fw_size)
2739 state->drxd_state = DRXD_STOPPED;
2746 static int DRXD_status(struct drxd_state *state, u32 *pLockStatus)
2766 struct drxd_state *state = fe->demodulator_priv;
2780 struct drxd_state *state = fe->demodulator_priv;
2803 struct drxd_state *state = fe->demodulator_priv;
2810 struct drxd_state *state = fe->demodulator_priv;
2847 struct drxd_state *state = fe->demodulator_priv;
2861 struct drxd_state *state = fe->demodulator_priv;
2880 struct drxd_state *state = fe->demodulator_priv;
2920 struct drxd_state *state = NULL;