Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/
DWatchdogTimer.c39 EFI_WATCHDOG_TIMER_NOTIFY mWatchdogTimerNotifyFunction = NULL; variable
74 if (mWatchdogTimerNotifyFunction != NULL) { in WatchdogTimerDriverExpires()
75 mWatchdogTimerNotifyFunction (mWatchdogTimerPeriod); in WatchdogTimerDriverExpires()
121 if (NotifyFunction == NULL && mWatchdogTimerNotifyFunction == NULL) { in WatchdogTimerDriverRegisterHandler()
128 if (NotifyFunction != NULL && mWatchdogTimerNotifyFunction != NULL) { in WatchdogTimerDriverRegisterHandler()
132 mWatchdogTimerNotifyFunction = NotifyFunction; in WatchdogTimerDriverRegisterHandler()