Lines Matching defs:state
56 static bool IsDVBT(struct drxk_state *state) in IsDVBT()
61 static bool IsQAM(struct drxk_state *state) in IsQAM()
68 bool IsA1WithPatchCode(struct drxk_state *state) in IsA1WithPatchCode()
73 bool IsA1WithRomCode(struct drxk_state *state) in IsA1WithRomCode()
382 static int read16_flags(struct drxk_state *state, u32 reg, u16 *data, u8 flags) in read16_flags()
411 static int read16(struct drxk_state *state, u32 reg, u16 *data) in read16()
416 static int read32_flags(struct drxk_state *state, u32 reg, u32 *data, u8 flags) in read32_flags()
446 static int read32(struct drxk_state *state, u32 reg, u32 *data) in read32()
451 static int write16_flags(struct drxk_state *state, u32 reg, u16 data, u8 flags) in write16_flags()
475 static int write16(struct drxk_state *state, u32 reg, u16 data) in write16()
480 static int write32_flags(struct drxk_state *state, u32 reg, u32 data, u8 flags) in write32_flags()
506 static int write32(struct drxk_state *state, u32 reg, u32 data) in write32()
511 static int write_block(struct drxk_state *state, u32 Address, in write_block()
568 int PowerUpDevice(struct drxk_state *state) in PowerUpDevice()
616 static int init_state(struct drxk_state *state) in init_state()
862 static int DRXX_Open(struct drxk_state *state) in DRXX_Open()
894 static int GetDeviceCapabilities(struct drxk_state *state) in GetDeviceCapabilities()
1095 static int HI_Command(struct drxk_state *state, u16 cmd, u16 *pResult) in HI_Command()
1137 static int HI_CfgCommand(struct drxk_state *state) in HI_CfgCommand()
1175 static int InitHI(struct drxk_state *state) in InitHI()
1187 static int MPEGTSConfigurePins(struct drxk_state *state, bool mpegEnable) in MPEGTSConfigurePins()
1332 static int MPEGTSDisable(struct drxk_state *state) in MPEGTSDisable()
1339 static int BLChainCmd(struct drxk_state *state, in BLChainCmd()
1384 static int DownloadMicrocode(struct drxk_state *state, in DownloadMicrocode()
1442 static int DVBTEnableOFDMTokenRing(struct drxk_state *state, bool enable) in DVBTEnableOFDMTokenRing()
1479 static int MPEGTSStop(struct drxk_state *state) in MPEGTSStop()
1510 static int scu_command(struct drxk_state *state, in scu_command()
1605 static int SetIqmAf(struct drxk_state *state, bool active) in SetIqmAf()
1639 static int CtrlPowerMode(struct drxk_state *state, enum DRXPowerMode *mode) in CtrlPowerMode()
1745 static int PowerDownDVBT(struct drxk_state *state, bool setPowerMode) in PowerDownDVBT()
1796 static int SetOperationMode(struct drxk_state *state, in SetOperationMode()
1876 static int Start(struct drxk_state *state, s32 offsetFreq, in Start()
1927 static int ShutDown(struct drxk_state *state) in ShutDown()
1935 static int GetLockStatus(struct drxk_state *state, u32 *pLockStatus, in GetLockStatus()
1966 static int MPEGTSStart(struct drxk_state *state) in MPEGTSStart()
1987 static int MPEGTSDtoInit(struct drxk_state *state) in MPEGTSDtoInit()
2034 static int MPEGTSDtoSetup(struct drxk_state *state, in MPEGTSDtoSetup()
2170 static int MPEGTSConfigurePolarity(struct drxk_state *state) in MPEGTSConfigurePolarity()
2205 static int SetAgcRf(struct drxk_state *state, in SetAgcRf()
2352 static int SetAgcIf(struct drxk_state *state, in SetAgcIf()
2478 static int ReadIFAgc(struct drxk_state *state, u32 *pValue) in ReadIFAgc()
2504 static int GetQAMSignalToNoise(struct drxk_state *state, in GetQAMSignalToNoise()
2553 static int GetDVBTSignalToNoise(struct drxk_state *state, in GetDVBTSignalToNoise()
2657 static int GetSignalToNoise(struct drxk_state *state, s32 *pSignalToNoise) in GetSignalToNoise()
2817 static int ConfigureI2CBridge(struct drxk_state *state, bool bEnableBridge) in ConfigureI2CBridge()
2852 static int SetPreSaw(struct drxk_state *state, in SetPreSaw()
2870 static int BLDirectCmd(struct drxk_state *state, u32 targetAddr, in BLDirectCmd()
2921 static int ADCSyncMeasurement(struct drxk_state *state, u16 *count) in ADCSyncMeasurement()
2959 static int ADCSynchronization(struct drxk_state *state) in ADCSynchronization()
3003 static int SetFrequencyShifter(struct drxk_state *state, in SetFrequencyShifter()
3069 static int InitAGC(struct drxk_state *state, bool isDTV) in InitAGC()
3257 static int DVBTQAMGetAccPktErr(struct drxk_state *state, u16 *packetErr) in DVBTQAMGetAccPktErr()
3271 static int DVBTScCommand(struct drxk_state *state, in DVBTScCommand()
3391 static int PowerUpDVBT(struct drxk_state *state) in PowerUpDVBT()
3403 static int DVBTCtrlSetIncEnable(struct drxk_state *state, bool *enabled) in DVBTCtrlSetIncEnable()
3418 static int DVBTCtrlSetFrEnable(struct drxk_state *state, bool *enabled) in DVBTCtrlSetFrEnable()
3438 static int DVBTCtrlSetEchoThreshold(struct drxk_state *state, in DVBTCtrlSetEchoThreshold()
3473 static int DVBTCtrlSetSqiSpeed(struct drxk_state *state, in DVBTCtrlSetSqiSpeed()
3506 static int DVBTActivatePresets(struct drxk_state *state) in DVBTActivatePresets()
3545 static int SetDVBTStandard(struct drxk_state *state, in SetDVBTStandard()
3747 static int DVBTStart(struct drxk_state *state) in DVBTStart()
3782 static int SetDVBT(struct drxk_state *state, u16 IntermediateFreqkHz, in SetDVBT()
4103 static int GetDVBTLockStatus(struct drxk_state *state, u32 *pLockStatus) in GetDVBTLockStatus()
4144 static int PowerUpQAM(struct drxk_state *state) in PowerUpQAM()
4159 static int PowerDownQAM(struct drxk_state *state) in PowerDownQAM()
4205 static int SetQAMMeasurement(struct drxk_state *state, in SetQAMMeasurement()
4279 static int SetQAM16(struct drxk_state *state) in SetQAM16()
4472 static int SetQAM32(struct drxk_state *state) in SetQAM32()
4667 static int SetQAM64(struct drxk_state *state) in SetQAM64()
4861 static int SetQAM128(struct drxk_state *state) in SetQAM128()
5057 static int SetQAM256(struct drxk_state *state) in SetQAM256()
5252 static int QAMResetQAM(struct drxk_state *state) in QAMResetQAM()
5278 static int QAMSetSymbolrate(struct drxk_state *state) in QAMSetSymbolrate()
5349 static int GetQAMLockStatus(struct drxk_state *state, u32 *pLockStatus) in GetQAMLockStatus()
5388 static int SetQAM(struct drxk_state *state, u16 IntermediateFreqkHz, in SetQAM()
5635 static int SetQAMStandard(struct drxk_state *state, in SetQAMStandard()
5797 static int WriteGPIO(struct drxk_state *state) in WriteGPIO()
5880 static int SwitchAntennaToQAM(struct drxk_state *state) in SwitchAntennaToQAM()
5905 static int SwitchAntennaToDVBT(struct drxk_state *state) in SwitchAntennaToDVBT()
5931 static int PowerDownDevice(struct drxk_state *state) in PowerDownDevice()
5968 static int load_microcode(struct drxk_state *state, const char *mc_name) in load_microcode()
5988 static int init_drxk(struct drxk_state *state) in init_drxk()
6179 struct drxk_state *state = fe->demodulator_priv; in drxk_release() local
6187 struct drxk_state *state = fe->demodulator_priv; in drxk_sleep() local
6196 struct drxk_state *state = fe->demodulator_priv; in drxk_gate_ctrl() local
6206 struct drxk_state *state = fe->demodulator_priv; in drxk_set_parameters() local
6260 struct drxk_state *state = fe->demodulator_priv; in drxk_read_status() local
6286 struct drxk_state *state = fe->demodulator_priv; in drxk_read_signal_strength() local
6297 struct drxk_state *state = fe->demodulator_priv; in drxk_read_snr() local
6308 struct drxk_state *state = fe->demodulator_priv; in drxk_read_ucblocks() local
6378 struct drxk_state *state = NULL; in drxk_attach() local