Searched refs:gPciOverrideProtocol (Results 1 – 6 of 6) sorted by relevance
44 EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol; variable279 gPciOverrideProtocol = NULL; in PciBusDriverBindingStart()283 (VOID **) &gPciOverrideProtocol in PciBusDriverBindingStart()
1825 } else if (gPciOverrideProtocol != NULL){ in NotifyPhase()1849 gPciOverrideProtocol->PlatformNotify ( in NotifyPhase()1850 gPciOverrideProtocol, in NotifyPhase()1873 } else if (gPciOverrideProtocol != NULL) { in NotifyPhase()1877 gPciOverrideProtocol->PlatformNotify ( in NotifyPhase()1878 gPciOverrideProtocol, in NotifyPhase()1975 } else if (gPciOverrideProtocol != NULL) { in PreprocessController()1979 gPciOverrideProtocol->PlatformPrepController ( in PreprocessController()1980 gPciOverrideProtocol, in PreprocessController()2008 } else if (gPciOverrideProtocol != NULL) { in PreprocessController()[all …]
289 } else if (gPciOverrideProtocol != NULL) { in RegisterPciDevice()290 Status = gPciOverrideProtocol->GetPciRom ( in RegisterPciDevice()291 gPciOverrideProtocol, in RegisterPciDevice()
321 extern EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol;
214 if (EFI_ERROR (Status) && gPciOverrideProtocol != NULL) { in CalculateApertureIo16()215 Status = gPciOverrideProtocol->GetPlatformPolicy ( in CalculateApertureIo16()216 gPciOverrideProtocol, in CalculateApertureIo16()
311 extern EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol;