Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
DTimer.c46 EFI_TIMER_NOTIFY mTimerNotifyFunction; variable
90 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()
/device/linaro/bootloader/edk2/EmulatorPkg/TimerDxe/
DTimer.c51 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL; variable
70 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()
/device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
DTimer.c35 volatile EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL; variable
86 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()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/TimerDxe/
DTimer.c35 volatile EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL; variable
86 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()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
DSP804Timer.c38 EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL; variable
88 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()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
DTimerDxe.c34 EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL; variable
82 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()
/device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
DTimer.c52 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL; variable
183 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()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
DHpetTimer.c178 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL; variable
370 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()