Home
last modified time | relevance | path

Searched refs:pstDemod (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/demodulator/drv/dvb_extdemod/
H A DdrvDMD_EXTERN_MSB201X.c289 #define DEMOD_GET_ACTIVE_NODE(x) (pstDemod+x) //&_gDemodNode[x]
396 static tMSB201X_Demod_Data* pstDemod = NULL; variable
2752 if(NULL == pstDemod) in _MDrv_DMD_MSB201X_Variable_alloc()
2754 pstDemod = (tMSB201X_Demod_Data *)malloc(sizeof(tMSB201X_Demod_Data) * DEMOD_MAX_INSTANCE); in _MDrv_DMD_MSB201X_Variable_alloc()
2755 if(NULL == pstDemod) in _MDrv_DMD_MSB201X_Variable_alloc()
2763 pMSB201X = (pstDemod + i); in _MDrv_DMD_MSB201X_Variable_alloc()
3272 pstDemod = (tMSB201X_Demod_Data *)malloc(sizeof(tMSB201X_Demod_Data) * DEMOD_MAX_INSTANCE); in MDrv_DMD_MSB201X_SPI_Pre_Setting()
3273 if(NULL == pstDemod) in MDrv_DMD_MSB201X_SPI_Pre_Setting()
3281 pMSB201X = (pstDemod + i); in MDrv_DMD_MSB201X_SPI_Pre_Setting()
3287 pMSB201X = pstDemod + devID; in MDrv_DMD_MSB201X_SPI_Pre_Setting()
[all …]