Searched defs:wdt (Results 1 – 3 of 3) sorted by relevance
16 struct WatchdogCntlr wdt; member26 static int32_t VirtualWatchdogGetStatus(struct WatchdogCntlr *wdt, int32_t *status) in VirtualWatchdogGetStatus()45 static int32_t VirtualWatchdogStart(struct WatchdogCntlr *wdt) in VirtualWatchdogStart()59 static int32_t VirtualWatchdogStop(struct WatchdogCntlr *wdt) in VirtualWatchdogStop()73 static int32_t VirtualWatchdogSetTimeout(struct WatchdogCntlr *wdt, uint32_t seconds) in VirtualWatchdogSetTimeout()87 static int32_t VirtualWatchdogGetTimeout(struct WatchdogCntlr *wdt, uint32_t *seconds) in VirtualWatchdogGetTimeout()101 static int32_t VirtualWatchdogFeed(struct WatchdogCntlr *wdt) in VirtualWatchdogFeed()119 struct WatchdogCntlr *wdt = NULL; in VirtualWatchdogBind() local155 struct WatchdogCntlr *wdt = NULL; in VirtualWatchdogRelease() local
51 static int32_t WdtOpenFile(struct WatchdogCntlr *wdt) in WdtOpenFile()82 static void WdtAdapterClose(struct WatchdogCntlr *wdt) in WdtAdapterClose()96 static int32_t WdtAdapterStart(struct WatchdogCntlr *wdt) in WdtAdapterStart()117 static int32_t WdtAdapterStop(struct WatchdogCntlr *wdt) in WdtAdapterStop()133 static int32_t WdtAdapterFeed(struct WatchdogCntlr *wdt) in WdtAdapterFeed()172 static int32_t WdtAdapterGetStatus(struct WatchdogCntlr *wdt, int32_t *status) in WdtAdapterGetStatus()196 static int32_t WdtAdapterSetTimeout(struct WatchdogCntlr *wdt, uint32_t seconds) in WdtAdapterSetTimeout()214 static int32_t WdtAdapterGetTimeout(struct WatchdogCntlr *wdt, uint32_t *seconds) in WdtAdapterGetTimeout()245 struct WatchdogCntlr *wdt = NULL; in HdfWdtBind() local290 struct WatchdogCntlr *wdt = NULL; in HdfWdtRelease() local
86 static inline struct HdfDeviceObject *WatchdogCntlrToDevice(const struct WatchdogCntlr *wdt) in WatchdogCntlrToDevice()