Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c276 pci_for_each_bus(phb->bus, spapr_phb_vfio_eeh_clear_bus_msix, NULL); in spapr_phb_vfio_eeh_pre_reset()
/openbmc/qemu/hw/acpi/
H A Dpcihp.c140 pci_for_each_bus(s->root, acpi_pcihp_test_hotplug_bus, &find); in acpi_pcihp_find_hotplug_bus()
/openbmc/qemu/include/hw/pci/
H A Dpci.h355 void pci_for_each_bus(PCIBus *bus, pci_bus_fn fn, void *opaque) in pci_for_each_bus() function