struct tuner_instance {
struct i2c_device_addr myI2CDevAddr;
- struct tuner_common * myCommonAttr;
+ struct tuner_common *myCommonAttr;
void *myExtAttr;
- struct tuner_ops * myFunct;
+ struct tuner_ops *myFunct;
};
s32 * IFfrequency);
int DRXBSP_TUNER_LockStatus(struct tuner_instance *tuner,
- enum tuner_lock_status * lockStat);
+ enum tuner_lock_status *lockStat);
int DRXBSP_TUNER_DefaultI2CWriteRead(struct tuner_instance *tuner,
struct i2c_device_addr *wDevAddr,
typedef struct {
u32 *symbolrate; /**< list of symbolrates to scan */
u16 symbolrateSize; /**< size of symbolrate array */
- enum drx_modulation * constellation;
+ enum drx_modulation *constellation;
/**< list of constellations */
u16 constellationSize; /**< size of constellation array */
u16 ifAgcThreshold; /**< thresholf for IF-AGC based
}
/**
-* \fn static short GetVSBPostRSPckErr(struct i2c_device_addr * devAddr, u16 *PckErrs)
+* \fn static short GetVSBPostRSPckErr(struct i2c_device_addr *devAddr, u16 *PckErrs)
* \brief Get the values of packet error in 8VSB mode
* \return Error code
*/
}
/**
-* \fn static short GetVSBBer(struct i2c_device_addr * devAddr, u32 *ber)
+* \fn static short GetVSBBer(struct i2c_device_addr *devAddr, u32 *ber)
* \brief Get the values of ber in VSB mode
* \return Error code
*/
}
/**
-* \fn static short GetVSBpreViterbiBer(struct i2c_device_addr * devAddr, u32 *ber)
+* \fn static short GetVSBpreViterbiBer(struct i2c_device_addr *devAddr, u32 *ber)
* \brief Get the values of ber in VSB mode
* \return Error code
*/
}
/**
-* \fn static short GetVSBSymbErr(struct i2c_device_addr * devAddr, u32 *ber)
+* \fn static short GetVSBSymbErr(struct i2c_device_addr *devAddr, u32 *ber)
* \brief Get the values of ber in VSB mode
* \return Error code
*/
/*============================================================================*/
/**
-* \fn static short GetQAMRSErrCount(struct i2c_device_addr * devAddr)
+* \fn static short GetQAMRSErrCount(struct i2c_device_addr *devAddr)
* \brief Get RS error count in QAM mode (used for post RS BER calculation)
* \return Error code
*
#ifndef DRXJ_DIGITAL_ONLY
#define SCU_RAM_ATV_ENABLE_IIR_WA__A 0x831F6D /* TODO remove after done with reg import */
static int
-SetATVStandard(pDRXDemodInstance_t demod, enum drx_standard * standard)
+SetATVStandard(pDRXDemodInstance_t demod, enum drx_standard *standard)
{
/* TODO: enable alternative for tap settings via external file
*
*/
static int
-CtrlSetStandard(pDRXDemodInstance_t demod, enum drx_standard * standard)
+CtrlSetStandard(pDRXDemodInstance_t demod, enum drx_standard *standard)
{
pDRXJData_t extAttr = NULL;
enum drx_standard prevStandard;
*
*/
static int
-CtrlGetStandard(pDRXDemodInstance_t demod, enum drx_standard * standard)
+CtrlGetStandard(pDRXDemodInstance_t demod, enum drx_standard *standard)
{
pDRXJData_t extAttr = NULL;
extAttr = (pDRXJData_t) demod->myExtAttr;