Home
last modified time | relevance | path

Searched refs:OptionRomDriverList (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciDriverOverride.c61 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink; in GetDriver()
63 while (CurrentLink != NULL && CurrentLink != &PciIoDevice->OptionRomDriverList) { in GetDriver()
75 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList || in GetDriver()
129 InsertTailList (&PciIoDevice->OptionRomDriverList, &(Node->Link)); in AddDriver()
DPciBus.h264 LIST_ENTRY OptionRomDriverList; member
DPciDeviceSupport.c912 InitializeListHead (&Dev->OptionRomDriverList); in CreateRootBridge()
DPciEnumeratorSupport.c2362 InitializeListHead (&PciIoDevice->OptionRomDriverList); in CreatePciIoDevice()
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciDriverOverride.c84 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink; in GetDriver()
86 while (CurrentLink && CurrentLink != &PciIoDevice->OptionRomDriverList) { in GetDriver()
98 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList || in GetDriver()
155 InsertTailList (&PciIoDevice->OptionRomDriverList, &(Node->Link)); in AddDriver()
DPciBus.h183 LIST_ENTRY OptionRomDriverList; member
DPciEnumeratorSupport.c1205 InitializeListHead (&PciIoDevice->OptionRomDriverList); in CreatePciIoDevice()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciBus.h257 LIST_ENTRY OptionRomDriverList;