Searched defs:mTimerNotifyFunction (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/8254TimerDxe/
H A DTimer.c46 EFI_TIMER_NOTIFY mTimerNotifyFunction; variable
90 if (mTimerNotifyFunction != NULL) {
94 mTimerNotifyFunction (mTimerPeriod);
141 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) {
145 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) {
149 mTimerNotifyFunction = NotifyFunction;
314 if (mTimerNotifyFunction != NULL) {
318 mTimerNotifyFunction (mTimerPeriod);
353 mTimerNotifyFunction = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/HpetTimerDxe/
H A DHpetTimer.c178 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL; variable
370 if (mTimerNotifyFunction != NULL) {
397 mTimerNotifyFunction (TimerPeriod);
446 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) {
449 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) {
456 mTimerNotifyFunction = NotifyFunction;
692 if (mTimerNotifyFunction != NULL) {
720 mTimerNotifyFunction (TimerPeriod);

Completed in 44 milliseconds