Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciDeviceSupport.c30 LIST_ENTRY gPciDevicePool; variable
50 InitializeListHead (&gPciDevicePool); in InitializePciDevicePool()
75 InsertTailList (&gPciDevicePool, &(RootBridge->Link)); in InsertRootBridge()
206 CurrentLink = gPciDevicePool.ForwardLink; in DestroyRootBridgeByHandle()
208 while (CurrentLink && CurrentLink != &gPciDevicePool) { in DestroyRootBridgeByHandle()
703 CurrentLink = gPciDevicePool.ForwardLink; in StartPciDevices()
705 while (CurrentLink && CurrentLink != &gPciDevicePool) { in StartPciDevices()
788 CurrentLink = gPciDevicePool.ForwardLink; in GetRootBridgeByHandle()
790 while (CurrentLink && CurrentLink != &gPciDevicePool) { in GetRootBridgeByHandle()
904 CurrentLink = gPciDevicePool.ForwardLink; in ActiveVGADeviceOnTheSameSegment()
[all …]