Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c370 MS_BOOL bUpdateOnce; member
2045 if(_ptsp_res->_u32_StcUpdateCtrl[i].bUpdateOnce == TRUE) in _TSP_ISR()
2048 _ptsp_res->_u32_StcUpdateCtrl[i].bUpdateOnce = FALSE; in _TSP_ISR()
4572 _ptsp_res->_u32_StcUpdateCtrl[u32PcrId].bUpdateOnce = FALSE; in _MDrv_TSP_FLT_Enable()
7175 _ptsp_res->_u32_StcUpdateCtrl[u8Eng].bUpdateOnce = FALSE; in MDrv_TSP_STC_UpdateCtrl()
7181 _ptsp_res->_u32_StcUpdateCtrl[u8Eng].bUpdateOnce = FALSE; in MDrv_TSP_STC_UpdateCtrl()
7187 _ptsp_res->_u32_StcUpdateCtrl[u8Eng].bUpdateOnce = TRUE; in MDrv_TSP_STC_UpdateCtrl()
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c9979 MS_U32 GOP_UpdateOnce(void* pInstance,MS_U32 gop, MS_BOOL bUpdateOnce, MS_BOOL bSync) in GOP_UpdateOnce() argument
9986 g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE] = bUpdateOnce; in GOP_UpdateOnce()
9987 if(bUpdateOnce == FALSE) in GOP_UpdateOnce()
9995 MS_U32 GOP_UpdateCurrentOnce(void* pInstance, MS_U16 u16GopMask, MS_BOOL bUpdateOnce, MS_BOOL bSync) in GOP_UpdateCurrentOnce() argument
10006 g_pGOPCtxLocal->bUpdateRegOnce[u16GopIdx] = bUpdateOnce; in GOP_UpdateCurrentOnce()
10009 if(bUpdateOnce == FALSE) in GOP_UpdateCurrentOnce()