HomeSort by relevance Sort by last modified time
    Searched refs:mTimerNotifyFunction (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
Timer.c 46 EFI_TIMER_NOTIFY mTimerNotifyFunction;
90 if (mTimerNotifyFunction != NULL) {
94 mTimerNotifyFunction (mTimerPeriod);
141 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) {
145 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) {
149 mTimerNotifyFunction = NotifyFunction;
312 if (mTimerNotifyFunction != NULL) {
316 mTimerNotifyFunction (mTimerPeriod);
351 mTimerNotifyFunction = NULL;
  /device/linaro/bootloader/edk2/EmulatorPkg/TimerDxe/
Timer.c 51 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL;
70 CallbackFunction = mTimerNotifyFunction;
136 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) {
140 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) {
147 } else if (mTimerNotifyFunction == NULL) {
151 mTimerNotifyFunction = NotifyFunction;
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
TimerDxe.c 34 EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL;
82 if ((NotifyFunction == NULL) && (mTimerNotifyFunction == NULL)) {
86 if ((NotifyFunction != NULL) && (mTimerNotifyFunction != NULL)) {
90 mTimerNotifyFunction = NotifyFunction;
316 if (mTimerNotifyFunction) {
317 mTimerNotifyFunction (mTimerPeriod * mElapsedPeriod);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
SP804Timer.c 38 EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL;
88 if (mTimerNotifyFunction) {
89 mTimerNotifyFunction (mTimerPeriod);
131 if ((NotifyFunction == NULL) && (mTimerNotifyFunction == NULL)) {
135 if ((NotifyFunction != NULL) && (mTimerNotifyFunction != NULL)) {
139 mTimerNotifyFunction = NotifyFunction;
  /device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
Timer.c 35 volatile EFI_TIMER_NOTIFY mTimerNotifyFunction = (EFI_TIMER_NOTIFY)NULL;
86 if (mTimerNotifyFunction) {
87 mTimerNotifyFunction(mTimerPeriod);
134 if ((NotifyFunction == NULL) && (mTimerNotifyFunction == NULL)) {
138 if ((NotifyFunction != NULL) && (mTimerNotifyFunction != NULL)) {
142 mTimerNotifyFunction = NotifyFunction;
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 52 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL;
183 CallbackFunction = mTimerNotifyFunction;
305 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) {
309 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) {
319 mTimerNotifyFunction = NotifyFunction;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 178 EFI_TIMER_NOTIFY mTimerNotifyFunction = NULL;
370 if (mTimerNotifyFunction != NULL) {
397 mTimerNotifyFunction (TimerPeriod);
446 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) {
449 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) {
456 mTimerNotifyFunction = NotifyFunction;
704 if (mTimerNotifyFunction != NULL) {
732 mTimerNotifyFunction (TimerPeriod);
    [all...]

Completed in 264 milliseconds