Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/watchdog/
Dwatchdog_core.h105 int32_t WatchdogReleasePriv(struct WatchdogCntlr *cntlr);
/drivers/hdf_core/framework/support/platform/src/watchdog/
Dwatchdog_if.c83 if (WatchdogReleasePriv((struct WatchdogCntlr *)handle) != HDF_SUCCESS) { in WatchdogClose()
Dwatchdog_core.c77 int32_t WatchdogReleasePriv(struct WatchdogCntlr *cntlr) in WatchdogReleasePriv() function
353 return WatchdogReleasePriv(cntlr); in WatchdogIoDispatch()