Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvTimer.c105 …g_Timer_ID = MsOS_CreateTimer((TimerCb) ms_SW_Timer_Tick,100, USB_SW_TIMER_TICK, FALSE, "USB_TIMER… in ms_init_timers()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTimer.c128 g_Timer_ID = MsOS_CreateTimer((TimerCb) SW_Timer_Tick,100, 100, FALSE, "USB_TIMER"); in init_timers()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h924 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb,
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c2238 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
2467 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c1263 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c1168 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h1066 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb,
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c1452 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1743 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c1814 … _s32HDCPRiTimerId = MsOS_CreateTimer( _MDrv_HDMITX_HDCP_Ri_TimerCallback, in HDCPTx_Handler()
5166 _s32CheckRxTimerId = MsOS_CreateTimer( _MDrv_HDMITX_CheckRx_TimerCallback, in MDrv_HDMITx_Exhibit()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2147 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c2038 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2517 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb, in MsOS_CreateTimer() function
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c5779 EXPORT_SYMBOL(MsOS_CreateTimer);
/utopia/UTPA2-700.0.x/projects/build/
H A Dnm_symbol.txt5687 EXPORT_SYMBOL(MsOS_CreateTimer);
H A Dapi_with_header_file.csv41 ,,MsOS_CreateTimer,MsOS.h,1,1,1,1,1,1
H A DDatabase.csv41 ,,MsOS_CreateTimer,MsOS.h,1,1,1,1,1,1,1
H A Dpreprocess.txt81309 MS_S32 MsOS_CreateTimer (TimerCb pTimerCb,
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c1167 s32DIPDiRePushTimerId = MsOS_CreateTimer(_DIPDi_RePush_Handler, in _Task_CapturePushedInterlaceFrame()