Searched refs:pstInstPri (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ve/drv/ve/ |
| H A D | tvencoder.c | 233 TVENCODER_INSTANT_PRIVATE *pstInstPri = NULL; in TVENCODEROpen() local 241 UtopiaInstanceGetPrivate(*ppInstance,(void**)&pstInstPri); in TVENCODEROpen() 245 #define URELATION(a,b,c) pstInstPri->_URELATION_ASSIGN(a,b,c) in TVENCODEROpen() 249 pstInstPri->fpVE_GetInfo =_MDrv_VE_GetInfo; in TVENCODEROpen() 250 pstInstPri->fpVE_GetStatus =_MDrv_VE_GetStatus; in TVENCODEROpen() 251 pstInstPri->fpVE_SetDbgLevel =_MDrv_VE_SetDbgLevel; in TVENCODEROpen() 252 pstInstPri->fpVE_SwitchInputSource =_MDrv_VE_SwitchInputSource; in TVENCODEROpen() 253 pstInstPri->fpVE_SetInputSource =_MDrv_VE_SetInputSource; in TVENCODEROpen() 254 pstInstPri->fpVE_SwitchOuputDest =_MDrv_VE_SwitchOuputDest; in TVENCODEROpen() 255 pstInstPri->fpVE_SetOutputCtrl =_MDrv_VE_SetOutputCtrl; in TVENCODEROpen() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/ |
| H A D | dscmb.c | 218 DSCMB_INSTANT_PRIVATE *pstInstPri = NULL; in DSCMBIoctl() local 394 UtopiaInstanceGetPrivate(pInstance, (void**)&pstInstPri); in DSCMBIoctl() 405 memcpy(pstInstPri->pInitVector, pstFltIVSet->pu8IV, DSCMB_IV_LENGTH); in DSCMBIoctl() 406 pstInstPri->eKeyType = pstFltIVSet->eKeyType; in DSCMBIoctl() 424 UtopiaInstanceGetPrivate(pInstance, (void**)&pstInstPri); in DSCMBIoctl() 433 memcpy(pstInstPri->pCipherKey, pstFltKeySet->pu8Key, DSCMB_KEY_LENGTH); in DSCMBIoctl() 434 pstInstPri->eKeyType = pstFltKeySet->eKeyType; in DSCMBIoctl() 442 UtopiaInstanceGetPrivate(pInstance, (void**)&pstInstPri); in DSCMBIoctl() 448 pstInstPri->eType = pstTypeSet->eType; in DSCMBIoctl()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/ |
| H A D | mdrvDSCMB.c | 232 DSCMB_INSTANT_PRIVATE* pstInstPri = NULL; in DSCMBIoctl() local 471 UtopiaInstanceGetPrivate(pInstance, (void**)&pstInstPri); in DSCMBIoctl()
|