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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.c 44 EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol;
279 gPciOverrideProtocol = NULL;
283 (VOID **) &gPciOverrideProtocol
PciEnumerator.c     [all...]
PciDeviceSupport.c 289 } else if (gPciOverrideProtocol != NULL) {
290 Status = gPciOverrideProtocol->GetPciRom (
291 gPciOverrideProtocol,
302 // For OpROM read from gPciOverrideProtocol:
PciBus.h 321 extern EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol;
PciResourceSupport.c 214 if (EFI_ERROR (Status) && gPciOverrideProtocol != NULL) {
215 Status = gPciOverrideProtocol->GetPlatformPolicy (
216 gPciOverrideProtocol,
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciBus.h 311 extern EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideProtocol;

Completed in 911 milliseconds