Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/watchdog/
Dwatchdog_core.h40 int32_t (*feed)(struct WatchdogCntlr *wdt); member
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dwatchdog_virtual.c113 .feed = VirtualWatchdogFeed,
/drivers/hdf_core/framework/support/platform/src/watchdog/
Dwatchdog_core.c240 if (cntlr->ops == NULL || cntlr->ops->feed == NULL) { in WatchdogCntlrFeed()
249 ret = cntlr->ops->feed(cntlr); in WatchdogCntlrFeed()
/drivers/hdf_core/adapter/platform/watchdog/
Dwatchdog_wm.c42 .feed = WatchdogDevFeed,
Dwatchdog_bes.c35 .feed = WatchdogDevFeed,
Dwatchdog_stm32f4xx.c48 .feed = WatchdogDevFeed,
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
Dwatchdog_adapter.c238 .feed = WdtAdapterFeed,