Home
last modified time | relevance | path

Searched refs:gPciOverrideProtocol (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBus.c44 EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol; variable
279 gPciOverrideProtocol = NULL; in PciBusDriverBindingStart()
283 (VOID **) &gPciOverrideProtocol in PciBusDriverBindingStart()
DPciEnumerator.c1825 } 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 …]
DPciDeviceSupport.c289 } else if (gPciOverrideProtocol != NULL) { in RegisterPciDevice()
290 Status = gPciOverrideProtocol->GetPciRom ( in RegisterPciDevice()
291 gPciOverrideProtocol, in RegisterPciDevice()
DPciBus.h321 extern EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol;
DPciResourceSupport.c214 if (EFI_ERROR (Status) && gPciOverrideProtocol != NULL) { in CalculateApertureIo16()
215 Status = gPciOverrideProtocol->GetPlatformPolicy ( in CalculateApertureIo16()
216 gPciOverrideProtocol, in CalculateApertureIo16()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciBus.h311 extern EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol;