Searched refs:psSEMInstPri (Results 1 – 1 of 1) sorted by relevance
122 SEM_INSTANT_PRIVATE* psSEMInstPri = NULL; in SEMIoctl() local123 UtopiaInstanceGetPrivate(pInstance, (void**)&psSEMInstPri); in SEMIoctl()141 u32Ret = psSEMInstPri->fpSEMGetResource(pGetResource->u8SemID, pGetResource->u16ResId); in SEMIoctl()146 … u32Ret = psSEMInstPri->fpSEMFreeResource(pFreeResource->u8SemID, pFreeResource->u16ResId); in SEMIoctl()151 u32Ret = psSEMInstPri->fpSEMResetResource(pResetResource->u8SemID); in SEMIoctl()156 … u32Ret = psSEMInstPri->fpSEMGetResourceID(pGetResourceID->u8SemID, pGetResourceID->pu16ResId); in SEMIoctl()160 *((MS_U32 *)(pArgs)) = psSEMInstPri->fpSEMGetNum(); in SEMIoctl()165 u32Ret = psSEMInstPri->fpSEMGetLibVer(pGetLibVer->ppVersion); in SEMIoctl()170 u32Ret = psSEMInstPri->fpSEMLock(pLock->u32SemID, pLock->u32WaitMs); in SEMIoctl()175 u32Ret = psSEMInstPri->fpSEMUnlock(pUnlock->u32SemID); in SEMIoctl()[all …]