Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_INTERN_DVBC_v2.c1565 DVBC_INSTANT_PRIVATE* psDVBCInstPri = NULL; in DVBCIoctl() local
1568 psDVBCInstPri = (DVBC_INSTANT_PRIVATE*)psDVBCInstPriVoid; in DVBCIoctl()
1593 …bRet=psDVBCInstPri->fpDVBC_Dual_Public_Init(((PDVBC_Dual_Public_Init_PARAM)pArgs)->u8AGC_Tristate_… in DVBCIoctl()
1600 …bRet=psDVBCInstPri->fpDVBC_Dual_Individual_Init(((PDVBC_Dual_Individual_Init_PARAM)pArgs)->pDMD_DV… in DVBCIoctl()
1609 …bRet = psDVBCInstPri->fpDVBC_Init( (((PDVBC_Init_PARAM)pArgs)->pDMD_DVBC_InitData), ((PDVBC_Init_P… in DVBCIoctl()
1614 bRet= psDVBCInstPri->fpDVBC_Exit(); in DVBCIoctl()
1619 bRet= psDVBCInstPri->fpDVBC_SetDbgLevel(((PDVBC_SetDbgLevel_PARAM)pArgs)->u8DbgLevel); in DVBCIoctl()
1624 ((PDVBC_GetInfo_PARAM)pArgs)->ret_info=psDVBCInstPri->fpDVBC_GetInfo(); in DVBCIoctl()
1627 bRet=psDVBCInstPri->fpDVBC_GetLibVer(((PDVBC_GetLibVer_PARAM)pArgs)->ppVersion); in DVBCIoctl()
1632 bRet=psDVBCInstPri->fpDVBC_GetFWVer(((PDVBC_GetFWVer_PARAM)pArgs)->ver); in DVBCIoctl()
[all …]