Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c435 char* pVal=NULL; in CmpStructRecursiveCpy() local
446 pVal = pcTo+pTable[i].offset; in CmpStructRecursiveCpy()
448 …ret += CmpStructRecursiveCpy((void**)&pVal,(void*)pCmptr ,(UADP_STRUCT_POINTER_TABLE *)(pTable[i].… in CmpStructRecursiveCpy()
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c4693 DRV_GOP_CONSALPHA_BITS* pVal; in MDrv_GOP_GWIN_SetBlending() local
4702 pVal = pGOPCtx->pGopConsAlphaBits; in MDrv_GOP_GWIN_SetBlending()
4704 if(DRV_NONE_SETTING == *pVal) in MDrv_GOP_GWIN_SetBlending()
4706 *pVal = pGOPCtx->pGopChipProperty->Default_ConsAlpha_bits; in MDrv_GOP_GWIN_SetBlending()
4711 pGOPDrvLocalCtx->halCtxLocal.User_ConsAlpha_bits = *pVal; in MDrv_GOP_GWIN_SetBlending()