Home
last modified time | relevance | path

Searched refs:wdt (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/watchdog/
H A Dwatchdog_hi35xx.c39 struct WatchdogCntlr wdt; member
46 static int32_t Hi35xxWatchdogGetStatus(struct WatchdogCntlr *wdt, int32_t *status) in Hi35xxWatchdogGetStatus() argument
51 if (wdt == NULL) { in Hi35xxWatchdogGetStatus()
52 HDF_LOGE("%s: wdt is NULL!", __func__); in Hi35xxWatchdogGetStatus()
55 hwdt = (struct Hi35xxWatchdog *)wdt; in Hi35xxWatchdogGetStatus()
62 static int32_t Hi35xxWatchdogStart(struct WatchdogCntlr *wdt) in Hi35xxWatchdogStart() argument
66 if (wdt == NULL) { in Hi35xxWatchdogStart()
67 HDF_LOGE("%s: wdt is NULL!", __func__); in Hi35xxWatchdogStart()
70 hwdt = (struct Hi35xxWatchdog *)wdt; in Hi35xxWatchdogStart()
84 static int32_t Hi35xxWatchdogStop(struct WatchdogCntlr *wdt) in Hi35xxWatchdogStop() argument
108 Hi35xxWatchdogSetTimeout(struct WatchdogCntlr *wdt, uint32_t seconds) Hi35xxWatchdogSetTimeout() argument
137 Hi35xxWatchdogGetTimeout(struct WatchdogCntlr *wdt, uint32_t *seconds) Hi35xxWatchdogGetTimeout() argument
153 Hi35xxWatchdogFeed(struct WatchdogCntlr *wdt) Hi35xxWatchdogFeed() argument
260 struct WatchdogCntlr *wdt = NULL; Hi35xxWatchdogRelease() local
[all...]

Completed in 1 milliseconds