Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciDeviceSupport.h51 PCI_IO_DEVICE *PciDeviceNode
DPciDeviceSupport.c83 PCI_IO_DEVICE *PciDeviceNode in InsertPciDevice() argument
104 InsertTailList (&Bridge->ChildList, &(PciDeviceNode->Link)); in InsertPciDevice()
105 PciDeviceNode->Parent = Bridge; in InsertPciDevice()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciDeviceSupport.h49 IN PCI_IO_DEVICE *PciDeviceNode
DPciDeviceSupport.c60 IN PCI_IO_DEVICE *PciDeviceNode in InsertPciDevice() argument
63 InsertTailList (&Bridge->ChildList, &(PciDeviceNode->Link)); in InsertPciDevice()
64 PciDeviceNode->Parent = Bridge; in InsertPciDevice()