Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c245 …TRY() if (!TSP_OS_MutexObtain(_ptsp_res->_s32PvrMutexId, TSP_OS_MUTEX_…
251 #define TSP_PVR_RETURN(_ret) TSP_OS_MutexRelease(_ptsp_res->_s32PvrMutexId);…
421 MS_S32 _s32PvrMutexId; member
492 ._s32PvrMutexId = -1,
681 presource->_s32PvrMutexId = -1; in _TSP_InitResource()
2557 …_ptsp_res->_s32PvrMutexId = TSP_OS_MutexCreate((MS_U8*)"TSP_Pvr_Mutex"); // MsOS_CreateMutex(E_MSO… in _TSP_Init()
2574 …->_s32MutexId == -1) || (_ptsp_res->_s32LockId == -1) || (_ptsp_res->_s32PvrMutexId == -1) || (_s3… in _TSP_Init()
2576 …ptsp_res->_s32MutexId == -1) || (_ptsp_res->_s32LockId == -1) || (_ptsp_res->_s32PvrMutexId == -1)) in _TSP_Init()
2714 if(_ptsp_res->_s32PvrMutexId != -1) in _TSP_SW_Exit()
2716 TSP_OS_MutexRelease(_ptsp_res->_s32PvrMutexId); in _TSP_SW_Exit()
[all …]