Home | History | Annotate | Download | only in EbcDxe

Lines Matching refs:PeriodicCallback

243   @param  PeriodicCallback      A pointer to a function of type

250 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a
252 @retval EFI_INVALID_PARAMETER Null PeriodicCallback parameter when no
261 IN EFI_PERIODIC_CALLBACK PeriodicCallback
617 @param PeriodicCallback A pointer to a function of type
624 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a
626 @retval EFI_INVALID_PARAMETER Null PeriodicCallback parameter when no
635 IN EFI_PERIODIC_CALLBACK PeriodicCallback
638 if ((mDebugPeriodicCallback == NULL) && (PeriodicCallback == NULL)) {
641 if ((mDebugPeriodicCallback != NULL) && (PeriodicCallback != NULL)) {
645 mDebugPeriodicCallback = PeriodicCallback;
838 // For PeriodicCallback