Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_INTERN_DVBT_v2.c1336 DVBT_INSTANT_PRIVATE* psDVBTInstPri = NULL; in DVBTIoctl() local
1339 psDVBTInstPri = (DVBT_INSTANT_PRIVATE*)psDVBTInstPriVoid; in DVBTIoctl()
1361 …bRet = psDVBTInstPri->fpDVBTInit( &(((PDVBT_INIT_PARAM)pArgs)->DMD_DVBT_InitData), ((PDVBT_INIT_PA… in DVBTIoctl()
1363 …bRet = psDVBTInstPri->fpDVBTInit( (((PDVBT_INIT_PARAM)pArgs)->DMD_DVBT_InitData), ((PDVBT_INIT_PAR… in DVBTIoctl()
1369 bRet = psDVBTInstPri->fpDVBTExit(); in DVBTIoctl()
1374 bRet = psDVBTInstPri->fpDVBTSetDbgLevel(((PDVBT_SETDBG_LEVEL_PARAM)pArgs)->u8DbgLevel); in DVBTIoctl()
1381 …((PDVBT_GETINFO_PARAM)pArgs)->pInfo = psDVBTInstPri->fpDVBTGetInfo(((PDVBT_GETINFO_PARAM)pArgs)->e… in DVBTIoctl()
1388 bRet = psDVBTInstPri->fpDVBTGetLibVer(((PDVBT_GETLIBVER_PARAM)pArgs)->ppVersion); in DVBTIoctl()
1394 bRet = psDVBTInstPri->fpDVBTGetFWVer(((PDVBT_GETFWVER_PARAM)pArgs)->ver); in DVBTIoctl()
1399 …bRet = psDVBTInstPri->fpDVBTGetReg( ((PDVBT_GETREG_PARAM)pArgs)->u16Addr, ((PDVBT_GETREG_PARAM)pAr… in DVBTIoctl()
[all …]