Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci.h343 void pci_for_each_device_under_bus_reverse(PCIBus *bus,
/openbmc/qemu/hw/pci/
H A Dpci.c1802 void pci_for_each_device_under_bus_reverse(PCIBus *bus, in pci_for_each_device_under_bus_reverse() function
1823 pci_for_each_device_under_bus_reverse(bus, fn, opaque); in pci_for_each_device_reverse()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1324 pci_for_each_device_under_bus_reverse(bus, spapr_dt_pci_device_cb, &cbinfo); in spapr_dt_pci_bus()