Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mips/
H A Dfuloong2e.c296 pci_realize_and_unref(pci_dev, pci_bus, &error_abort); in mips_fuloong2e_init()
317 pci_realize_and_unref(pci_dev, pci_bus, &error_fatal); in mips_fuloong2e_init()
H A Dmalta.c1241 pci_realize_and_unref(piix4, pci_bus, &error_fatal); in mips_malta_init()
/openbmc/qemu/hw/i386/
H A Dpc_q35.c113 pci_realize_and_unref(ehci, bus, &error_fatal); in ehci_create_ich9_with_companions()
121 pci_realize_and_unref(uhci, bus, &error_fatal); in ehci_create_ich9_with_companions()
241 pci_realize_and_unref(lpc, pcms->pcibus, &error_fatal); in pc_q35_init()
H A Dpc_piix.c262 pci_realize_and_unref(pci_dev, pcms->pcibus, &error_fatal); in pc_init1()
/openbmc/qemu/hw/pci-host/
H A Dsabre.c397 pci_realize_and_unref(pci_dev, phb->bus, &error_fatal); in sabre_realize()
402 pci_realize_and_unref(pci_dev, phb->bus, &error_fatal); in sabre_realize()
H A Dpnv_phb.c172 pci_realize_and_unref(root, pci->bus, errp); in pnv_phb_realize()
H A Dbonito.c755 pci_realize_and_unref(d, phb->bus, &error_fatal); in bonito_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c620 pci_realize_and_unref(ebus, pci_busA, &error_fatal); in sun4uv_init()
653 pci_realize_and_unref(pci_dev, pci_busA, &error_fatal); in sun4uv_init()
668 pci_realize_and_unref(pci_dev, pci_busA, &error_fatal); in sun4uv_init()
/openbmc/qemu/hw/hppa/
H A Dmachine.c382 pci_realize_and_unref(pci_dev, pci_bus, &error_fatal); in machine_HP_common_init_tail()
395 pci_realize_and_unref(pci_dev, pci_bus, &error_fatal); in machine_HP_common_init_tail()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c256 pci_realize_and_unref(PCI_DEVICE(macio), pci_bus, &error_fatal); in ppc_heathrow_init()
H A Dmac_newworld.c371 pci_realize_and_unref(PCI_DEVICE(macio), pci_bus, &error_fatal); in ppc_core99_init()
H A Dpegasos2.c191 pci_realize_and_unref(PCI_DEVICE(via), pci_bus, &error_abort); in pegasos2_init()
/openbmc/qemu/include/hw/pci/
H A Dpci.h649 bool pci_realize_and_unref(PCIDevice *dev, PCIBus *bus, Error **errp);
/openbmc/qemu/hw/pci/
H A Dpci.c1904 pci_realize_and_unref(pci_dev, bus, &error_fatal); in pci_init_nic_in_slot()
2188 bool pci_realize_and_unref(PCIDevice *dev, PCIBus *bus, Error **errp) in pci_realize_and_unref() function
2197 pci_realize_and_unref(dev, bus, &error_fatal); in pci_create_simple_multifunction()
2204 pci_realize_and_unref(dev, bus, &error_fatal); in pci_create_simple()