Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c2559 _s32EventId = TSP_OS_EventCreate((MS_U8*)"TSP_Event"); // MsOS_CreateEventGroup("TSP_Event"); in _TSP_Init()
2584 _s32SecRdyFlags[i] = TSP_OS_EventCreate((MS_U8*)"TSP_SecRdy"); in _TSP_Init()
2588 _s32CrcErrFlags[i] = TSP_OS_EventCreate((MS_U8*)"TSP_CrcErr"); in _TSP_Init()
2592 _s32SecOvfFlags[i] = TSP_OS_EventCreate((MS_U8*)"TSP_SecOvf"); in _TSP_Init()
2596 _s32FltDisFlags[i] = TSP_OS_EventCreate((MS_U8*)"TSP_FltDis"); in _TSP_Init()
2600 _s32FreeFlags[i] = TSP_OS_EventCreate((MS_U8*)"TSP_FltFree"); in _TSP_Init()
2604 _s32DoneFlags[i] = TSP_OS_EventCreate((MS_U8*)"TSP_FltDone"); in _TSP_Init()
7682 if((pstIoSignal->s32KerModeTspEvtId = TSP_OS_EventCreate((MS_U8*)tspevt_name)) != -1) in MDrv_TSP_Create_IoSignal()
H A Dtsp2_msos.h136 MS_S32 TSP_OS_EventCreate(MS_U8* pu8Name);
H A Dtsp2_nos.h134 MS_S32 TSP_OS_EventCreate(MS_U8* pu8Name);
H A Dtsp2_nos.c198 MS_S32 TSP_OS_EventCreate(MS_U8* pu8Name) in TSP_OS_EventCreate() function
H A Dtsp2_msos.c199 MS_S32 TSP_OS_EventCreate(MS_U8* pu8Name) in TSP_OS_EventCreate() function