Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A Ddscmb.c139 void* pstRes = NULL; in DSCMBMdbIoctl() local
150 if(UtopiaResourceObtain(pModuleDscmb, E_DSCMB_RESOURCE, &pstRes) != 0) in DSCMBMdbIoctl()
157 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBMdbIoctl()
215 void* pstRes = NULL; in DSCMBIoctl() local
230 if(UtopiaResourceObtain(pModuleDscmb, E_DSCMB_RESOURCE, &pstRes) != 0) in DSCMBIoctl()
236 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBIoctl()
243 UtopiaResourceRelease(pstRes); in DSCMBIoctl()
514 UtopiaResourceRelease(pstRes); in DSCMBIoctl()
/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DmdrvCIPHER.c214 void* pstRes = NULL; in CIPHERIoctl() local
219 if(UtopiaResourceObtain(pModuleCipher, E_CIPHER_RESOURCE, &pstRes) != UTOPIA_STATUS_SUCCESS) in CIPHERIoctl()
224 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in CIPHERIoctl()
233 UtopiaResourceRelease(pstRes); in CIPHERIoctl()
419 UtopiaResourceRelease(pstRes); in CIPHERIoctl()
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A Dtvencoder.c312 void* pstRes = NULL; in TVENCODERIoctl() local
321 …if(UtopiaResourceObtain(pUtopiaTVEncoder, E_TVENCODER_POOL_ID_VE0, &pstRes) != UTOPIA_STATUS_SUCCE… in TVENCODERIoctl()
327 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in TVENCODERIoctl()
340 UtopiaResourceRelease(pstRes); in TVENCODERIoctl()
848 UtopiaResourceRelease(pstRes); in TVENCODERIoctl()
865 UtopiaResourceRelease(pstRes); in TVENCODERIoctl()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c229 void* pstRes = NULL; in DSCMBIoctl() local
234 if(UtopiaResourceObtain(pModuleDscmb, E_DSCMB_RESOURCE, &pstRes) != UTOPIA_STATUS_SUCCESS) in DSCMBIoctl()
239 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBIoctl()
248 UtopiaResourceRelease(pstRes); in DSCMBIoctl()
804 UtopiaResourceRelease(pstRes); in DSCMBIoctl()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DmdrvCA.c206 void* pstRes = NULL; in CAIoctl() local
210 if(UtopiaResourceObtain(pModuleCA, E_CA_RESOURCE, &pstRes) != UTOPIA_STATUS_SUCCESS) in CAIoctl()
215 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in CAIoctl()
603 UtopiaResourceRelease(pstRes); in CAIoctl()