Searched refs:mWatchdogTimerNotifyFunction (Results 1 – 1 of 1) sorted by relevance
39 EFI_WATCHDOG_TIMER_NOTIFY mWatchdogTimerNotifyFunction = NULL; variable74 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()