Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/hieth-sf/src/
Dinterface.c67 static void RestartTimer(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in RestartTimer() function
103RestartTimer(&priv->monitorTimer, HIETH_MONITOR_TIME, HiethMonitorFunc, (uintptr_t)ethDevice); in HiethMonitorFunc()
304RestartTimer(&priv->monitorTimer, HIETH_MONITOR_TIME, HiethMonitorFunc, (uintptr_t)ethDevice); in HiethDeliver()