Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/hal/mustang/ge/
H A DhalGE.c224 static MS_S32 s32GeWaitTagEventHandle = -1; variable
401 if (s32GeWaitTagEventHandle > 0) in _GE_WaitTag_InterruptCbk()
403 if (FALSE == MsOS_SetEvent(s32GeWaitTagEventHandle, 0x1)) in _GE_WaitTag_InterruptCbk()
1075 if (s32GeWaitTagEventHandle < 0) in GE_Init()
1077 s32GeWaitTagEventHandle = MsOS_CreateEventGroup("GE_Wait_Event_Handle"); in GE_Init()
1078 if (s32GeWaitTagEventHandle < 0) in GE_Init()
1080 … GE_DBG("[%s, %d]: ge_semid_waitTag = %ld", __FUNCTION__, __LINE__, s32GeWaitTagEventHandle); in GE_Init()
1610 MsOS_ClearEvent(s32GeWaitTagEventHandle, 0x1); in GE_WaitTAGID()
1621 …while (MsOS_WaitEvent(s32GeWaitTagEventHandle, 0x1, &event, E_OR_CLEAR, GE_TAG_INTERRUPT_WAITING_T… in GE_WaitTAGID()
2321 if (s32GeWaitTagEventHandle > 0) in HAL_GE_exit()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/hal/maldives/ge/
H A DhalGE.c224 static MS_S32 s32GeWaitTagEventHandle = -1; variable
401 if (s32GeWaitTagEventHandle > 0) in _GE_WaitTag_InterruptCbk()
403 if (FALSE == MsOS_SetEvent(s32GeWaitTagEventHandle, 0x1)) in _GE_WaitTag_InterruptCbk()
1075 if (s32GeWaitTagEventHandle < 0) in GE_Init()
1077 s32GeWaitTagEventHandle = MsOS_CreateEventGroup("GE_Wait_Event_Handle"); in GE_Init()
1078 if (s32GeWaitTagEventHandle < 0) in GE_Init()
1080 … GE_DBG("[%s, %d]: ge_semid_waitTag = %ld", __FUNCTION__, __LINE__, s32GeWaitTagEventHandle); in GE_Init()
1610 MsOS_ClearEvent(s32GeWaitTagEventHandle, 0x1); in GE_WaitTAGID()
1621 …while (MsOS_WaitEvent(s32GeWaitTagEventHandle, 0x1, &event, E_OR_CLEAR, GE_TAG_INTERRUPT_WAITING_T… in GE_WaitTAGID()
2321 if (s32GeWaitTagEventHandle > 0) in HAL_GE_exit()
[all …]