Lines Matching refs:s32KerModeTspEvtId
7680 if(pstIoSignal->s32KerModeTspEvtId == -1) in MDrv_TSP_Create_IoSignal()
7682 if((pstIoSignal->s32KerModeTspEvtId = TSP_OS_EventCreate((MS_U8*)tspevt_name)) != -1) in MDrv_TSP_Create_IoSignal()
7690 _stKModePrcEvtTbl[u32ii].s32TspEvtId = pstIoSignal->s32KerModeTspEvtId; in MDrv_TSP_Create_IoSignal()
7719 pstIoSignal->s32KerModeTspEvtId = -1; in MDrv_TSP_Close_IoSignal()
7726 pstIoSignal->s32KerModeTspEvtId = _stKModePrcEvtTbl[u32ii].s32TspEvtId; in MDrv_TSP_Close_IoSignal()
7731 if(pstIoSignal->s32KerModeTspEvtId == -1) in MDrv_TSP_Close_IoSignal()
7736 TSP_SetEvent(pstIoSignal->s32KerModeTspEvtId, TSP_EVENT_TASKEND); in MDrv_TSP_Close_IoSignal()
7743 TSP_SetEvent(pstIoSignal->s32KerModeTspEvtId, TSP_EVENT_TASKEND); in MDrv_TSP_Close_IoSignal()
7747 while(TSP_OS_EventDelete(pstIoSignal->s32KerModeTspEvtId) == FALSE) in MDrv_TSP_Close_IoSignal()
7749 TSP_SetEvent(pstIoSignal->s32KerModeTspEvtId, TSP_EVENT_TASKEND); in MDrv_TSP_Close_IoSignal()
7753 pstIoSignal->s32KerModeTspEvtId = -1; in MDrv_TSP_Close_IoSignal()
7784 …if((s32Ret = MsOS_WaitEvent_Interrupt(pstIoSignal->s32KerModeTspEvtId, TSP_TASK_EVENTS, &u32Event,… in MDrv_TSP_Wait_IoSignal()