Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vd/drv/vbi/
H A DdrvVBI.c2177 VBI_PROTECT_MEMORY ProtectMemory; in MDrv_VBI_ProtectMemory() local
2178 memset(&ProtectMemory, 0 , sizeof(VBI_PROTECT_MEMORY)); in MDrv_VBI_ProtectMemory()
2186 ProtectMemory.bEnable = bEnable; in MDrv_VBI_ProtectMemory()
2187 ProtectMemory.phyAddr = phyAddr; in MDrv_VBI_ProtectMemory()
2188 ProtectMemory.u32Size = u32Size; in MDrv_VBI_ProtectMemory()
2190 …if(UtopiaIoctl(pInstantVbi, MDrv_CMD_VBI_ProtectMemory,(void*)&ProtectMemory) != UTOPIA_STATUS_SUC… in MDrv_VBI_ProtectMemory()
2195 return ProtectMemory.bRet; in MDrv_VBI_ProtectMemory()