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