Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DmdrvCIPHER.c216 CIPHER_RESOURCE_PRIVATE* pstResPri = NULL; in CIPHERIoctl() local
224 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in CIPHERIoctl()
226 if((FALSE == pstResPri->bInited_Drv) && in CIPHERIoctl()
239 if(_u16ThreadID < pstResPri->u16ThreadID) in CIPHERIoctl()
240 _u16ThreadID = pstResPri->u16ThreadID; in CIPHERIoctl()
242 pstResPri->u16ThreadID = _u16ThreadID; in CIPHERIoctl()
244 if(_u32CallbackID < pstResPri->u32CallbackID) in CIPHERIoctl()
245 _u32CallbackID = pstResPri->u32CallbackID; in CIPHERIoctl()
247 pstResPri->u32CallbackID = _u32CallbackID; in CIPHERIoctl()
254 if(pstResPri->bInited_Drv == FALSE) in CIPHERIoctl()
[all …]
H A DmdrvAESDMA.c149 DRVAESDMA_RESOURCE_PRIVATE* pstResPri = NULL; in AESDMAIoctl() local
156 UtopiaResourceGetPrivate(pDRVAESResource, (void**)&pstResPri); in AESDMAIoctl()
158 if((FALSE == pstResPri->bInited_Drv) && in AESDMAIoctl()
169 if(pstResPri->bInited_Drv == FALSE) in AESDMAIoctl()
191 pstResPri->bInited_Drv = TRUE; in AESDMAIoctl()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A Ddscmb.c140 DSCMB_RESOURCE_PRIVATE * pstResPri = NULL; in DSCMBMdbIoctl() local
157 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBMdbIoctl()
158 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBMdbIoctl()
159 if(FALSE == pstResPri->bInited_Drv) in DSCMBMdbIoctl()
217 DSCMB_RESOURCE_PRIVATE * pstResPri = NULL; in DSCMBIoctl() local
236 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBIoctl()
238 if((FALSE == pstResPri->bInited_Drv) && in DSCMBIoctl()
247 _u32FreeSlot = pstResPri->u32FreeSlot; in DSCMBIoctl()
248 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBIoctl()
253 if(pstResPri->bInited_Drv == FALSE) in DSCMBIoctl()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c231 DSCMB_RESOURCE_PRIVATE* pstResPri = NULL; in DSCMBIoctl() local
239 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBIoctl()
241 if((FALSE == pstResPri->bInited_Drv) && in DSCMBIoctl()
254 _bFreeSlot = pstResPri->bFreeSlot; in DSCMBIoctl()
255 _bFreeRIVSlot = pstResPri->bFreeRIVSlot; in DSCMBIoctl()
256 _u32PidFlt2Dscmb = pstResPri->u32PidFlt2Dscmb; in DSCMBIoctl()
257 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBIoctl()
264 if(pstResPri->bInited_Drv == FALSE) in DSCMBIoctl()
268 pstResPri->bInited_Drv = TRUE; in DSCMBIoctl()
292 if(pstResPri->bInited_Drv == TRUE) in DSCMBIoctl()
[all …]
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A Dtvencoder.c313 TVENCODER_RESOURCE_PRIVATE * pstResPri = NULL; in TVENCODERIoctl() local
327 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in TVENCODERIoctl()
337 if((FALSE == pstResPri->bInited_Drv) && in TVENCODERIoctl()
449 if(pstResPri->bInited_Drv == FALSE) in TVENCODERIoctl()
455 while(!pstResPri->bInited_Drv); // wait initialize in other process in TVENCODERIoctl()
465 pstResPri->bInited_Drv = TRUE; in TVENCODERIoctl()
466 pstResPri->u32MIUAddress = pInit->u32MIUAddress; in TVENCODERIoctl()
H A DdrvTVEncoder.c748 TVENCODER_RESOURCE_PRIVATE * pstResPri = NULL; in _MDrv_VE_GetConfig() local
758 UtopiaResourceGetPrivate(psResource, (void**)&pstResPri); in _MDrv_VE_GetConfig()
759 *pMIUAddress = pstResPri->u32MIUAddress; in _MDrv_VE_GetConfig()
762 pstResPri->bInited_Drv = FALSE; in _MDrv_VE_GetConfig()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DmdrvCA.c208 CA_RESOURCE_PRIVATE* pstResPri = NULL; in CAIoctl() local
215 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in CAIoctl()