Home
last modified time | relevance | path

Searched defs:wdt (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dwatchdog_virtual.c16 struct WatchdogCntlr wdt; member
26 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() local
155 struct WatchdogCntlr *wdt = NULL; in VirtualWatchdogRelease() local
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
Dwatchdog_adapter.c51 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() local
290 struct WatchdogCntlr *wdt = NULL; in HdfWdtRelease() local
/drivers/hdf_core/framework/support/platform/include/watchdog/
Dwatchdog_core.h86 static inline struct HdfDeviceObject *WatchdogCntlrToDevice(const struct WatchdogCntlr *wdt) in WatchdogCntlrToDevice()