| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvKernel.c | 99 g_USBWaitFlg = MsOS_CreateEventGroup("USB_Event"); in init_OS_Resource() 122 g_USBWaitP2Flg = MsOS_CreateEventGroup("USB_Event"); in init_OS_Port2_Resource() 291 *USBWaitFlg = MsOS_CreateEventGroup("USB_Event"); in init_OS_Resource_EX()
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/ |
| H A D | drvDMS.c | 1135 s32DMSEventID[u32Id] = MsOS_CreateEventGroup(u32Id ? "DMS_Sub_Event" : "DMS_Main_Event"); in _MDrv_DMS_CreateTask() 1140 …s32DMSVsyncEventID[u32Id] = MsOS_CreateEventGroup(u32Id ? "DMS_Sub_Vsync_Event" : "DMS_Main_Vsync_… in _MDrv_DMS_CreateTask() 1251 s32DMSEventID[0] = MsOS_CreateEventGroup("DMS_Main_Vsync_Event"); in _MDrv_DMS_Init() 1255 s32DMSEventID[1] = MsOS_CreateEventGroup("DMS_Sub_Vsync_Event"); in _MDrv_DMS_Init()
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/ |
| H A D | osalTSP_ecos.c | 159 return MsOS_CreateEventGroup((char *)pu8Name); in OSAL_TSP_EventCreate()
|
| H A D | osalTSP_linux.c | 163 return MsOS_CreateEventGroup((char *)pu8Name); in OSAL_TSP_EventCreate()
|
| H A D | osalTSP_linux_kernel.c | 162 return MsOS_CreateEventGroup((char *)pu8Name); in OSAL_TSP_EventCreate()
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/ |
| H A D | osalTSP_ecos.c | 159 return MsOS_CreateEventGroup((char *)pu8Name); in OSAL_TSP_EventCreate()
|
| H A D | osalTSP_linux_kernel.c | 162 return MsOS_CreateEventGroup((char *)pu8Name); in OSAL_TSP_EventCreate()
|
| H A D | osalTSP_linux.c | 163 return MsOS_CreateEventGroup((char *)pu8Name); in OSAL_TSP_EventCreate()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvKernel.c | 230 *USBWaitFlg = MsOS_CreateEventGroup("USB_Event"); in ms_init_OS_Resource_EX()
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/ |
| H A D | tsp2_msos.c | 201 return MsOS_CreateEventGroup((char *)pu8Name); in TSP_OS_EventCreate()
|
| /utopia/UTPA2-700.0.x/modules/sc/drv/sc/ |
| H A D | sc_msos.c | 250 _os_SC_EventID = MsOS_CreateEventGroup("OS_SC_Event"); in OS_SC_Init()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/ |
| H A D | nds_rasp.c | 243 _nds_rasp_eventid = MsOS_CreateEventGroup("NDS_RASP_Event");
|
| H A D | nds_nsk.c | 1246 s32NSK_EventId = MsOS_CreateEventGroup("NDS_NSK_Event"); in NDS_NSK_Init()
|
| H A D | nds_sc.c | 989 _nds_sc_dev.s32DevEventId = MsOS_CreateEventGroup("DevSmart_Event"); in NDS_SC_Init()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/ |
| H A D | nsk2hdx_ecmflt.c | 259 _s32ECMFLTEventId = MsOS_CreateEventGroup("ECMFLT_Event"); in NSK2_ECMFLT_Init()
|
| H A D | nsk2hdx_card.c | 307 _s32HDX_SCEventId = MsOS_CreateEventGroup("HDX_SC_Event"); in NSK2_SC_Init()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/ |
| H A D | drvNSK2.c | 232 s32NSK2_EventId = MsOS_CreateEventGroup("NDS_NSK2_Event"); in MDrv_NSK2_Init()
|
| H A D | drvEMMFlt.c | 517 _s32EMMFLTEventId = MsOS_CreateEventGroup("EMMFLT_Event"); in MDrv_EMMFLT_Init()
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/otv/ |
| H A D | drvOTV.c | 428 _s32OTV_EventId = MsOS_CreateEventGroup("OTV_Event"); in MDrv_OTV_Init()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsOS.h | 853 MS_S32 MsOS_CreateEventGroup (char *pName);
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 5911 XC_Vsync_Event_id = MsOS_CreateEventGroup("DMS_XC_Vsync_Event"); in _MDrv_DMS_Init() 5917 XC_Di_Push_Event_id = MsOS_CreateEventGroup("DMS_XC_Di_Push_Event"); in _MDrv_DMS_Init() 5923 CaptureMode_Event_id = MsOS_CreateEventGroup("DMS_CaptureMode_Event"); in _MDrv_DMS_Init() 5929 StartFRC_Event_id = MsOS_CreateEventGroup("DMS_IMI_StartFRC_Event"); in _MDrv_DMS_Init() 5936 s32MVOP_Event_id = MsOS_CreateEventGroup("DMS_MVOP_Event"); in _MDrv_DMS_Init() 5941 s32DisableBob_Event_id = MsOS_CreateEventGroup("DMS_DisableBob_Event"); in _MDrv_DMS_Init()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | MsOS_optee.c | 1183 MS_S32 MsOS_CreateEventGroup (char *pEventName) in MsOS_CreateEventGroup() function
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | MsOS_nos.c | 1088 MS_S32 MsOS_CreateEventGroup (char *pEventName) in MsOS_CreateEventGroup() function
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/ |
| H A D | drvCA.c | 574 _s32BGCEventId = MsOS_CreateEventGroup("BGC_Event"); in MDrv_CA_BGC_Init()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsOS.h | 995 MS_S32 MsOS_CreateEventGroup (char *pName);
|