Searched refs:mTimerNotifyFunction (Results 1 – 8 of 8) sorted by relevance
46 EFI_TIMER_NOTIFY mTimerNotifyFunction; variable90 if (mTimerNotifyFunction != NULL) { in TimerInterruptHandler()94 mTimerNotifyFunction (mTimerPeriod); in TimerInterruptHandler()141 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) { in TimerDriverRegisterHandler()145 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) { in TimerDriverRegisterHandler()149 mTimerNotifyFunction = NotifyFunction; in TimerDriverRegisterHandler()312 if (mTimerNotifyFunction != NULL) { in TimerDriverGenerateSoftInterrupt()316 mTimerNotifyFunction (mTimerPeriod); in TimerDriverGenerateSoftInterrupt()351 mTimerNotifyFunction = NULL; in TimerDriverInitialize()
51 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL; variable70 CallbackFunction = mTimerNotifyFunction; in TimerCallback()136 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) { in EmuTimerDriverRegisterHandler()140 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) { in EmuTimerDriverRegisterHandler()147 } else if (mTimerNotifyFunction == NULL) { in EmuTimerDriverRegisterHandler()151 mTimerNotifyFunction = NotifyFunction; in EmuTimerDriverRegisterHandler()
35 volatile EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL; variable86 if (mTimerNotifyFunction) { in TimerInterruptHandler()87 mTimerNotifyFunction(mTimerPeriod); in TimerInterruptHandler()134 if ((NotifyFunction == NULL) && (mTimerNotifyFunction == NULL)) { in TimerDriverRegisterHandler()138 if ((NotifyFunction != NULL) && (mTimerNotifyFunction != NULL)) { in TimerDriverRegisterHandler()142 mTimerNotifyFunction = NotifyFunction; in TimerDriverRegisterHandler()
38 EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL; variable88 if (mTimerNotifyFunction) { in TimerInterruptHandler()89 mTimerNotifyFunction (mTimerPeriod); in TimerInterruptHandler()131 if ((NotifyFunction == NULL) && (mTimerNotifyFunction == NULL)) { in TimerDriverRegisterHandler()135 if ((NotifyFunction != NULL) && (mTimerNotifyFunction != NULL)) { in TimerDriverRegisterHandler()139 mTimerNotifyFunction = NotifyFunction; in TimerDriverRegisterHandler()
34 EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL; variable82 if ((NotifyFunction == NULL) && (mTimerNotifyFunction == NULL)) { in TimerDriverRegisterHandler()86 if ((NotifyFunction != NULL) && (mTimerNotifyFunction != NULL)) { in TimerDriverRegisterHandler()90 mTimerNotifyFunction = NotifyFunction; in TimerDriverRegisterHandler()316 if (mTimerNotifyFunction) { in TimerInterruptHandler()317 mTimerNotifyFunction (mTimerPeriod * mElapsedPeriod); in TimerInterruptHandler()
52 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL; variable183 CallbackFunction = mTimerNotifyFunction; in MMTimerThread()305 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) { in WinNtTimerDriverRegisterHandler()309 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) { in WinNtTimerDriverRegisterHandler()319 mTimerNotifyFunction = NotifyFunction; in WinNtTimerDriverRegisterHandler()
178 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL; variable370 if (mTimerNotifyFunction != NULL) { in TimerInterruptHandler()397 mTimerNotifyFunction (TimerPeriod); in TimerInterruptHandler()446 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) { in TimerDriverRegisterHandler()449 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) { in TimerDriverRegisterHandler()456 mTimerNotifyFunction = NotifyFunction; in TimerDriverRegisterHandler()693 if (mTimerNotifyFunction != NULL) { in TimerDriverGenerateSoftInterrupt()721 mTimerNotifyFunction (TimerPeriod); in TimerDriverGenerateSoftInterrupt()