Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/
H A DHDMITX_private.h103 #define _HDMITX_SEMAPHORE_ENTRY(pInst) … argument
104 … if(MDrv_HDMITx_Get_Semaphore(pInst) != UTOPIA_STATUS_SUCCESS) \
118 #define _HDMITX_SEMAPHORE_RETURN(pInst) … argument
119 MDrv_HDMITx_Release_Semaphore(pInst);
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DACE_private.h179 #define _ACE_SEMAPHORE_ENTRY(pInst) \ argument
180 if(MDrv_ACE_Get_Semaphore(pInst) != UTOPIA_STATUS_SUCCESS) \
194 #define _ACE_SEMAPHORE_RETURN(pInst) \ argument
195 MDrv_ACE_Release_Semaphore(pInst);