Searched refs:pci_for_each_bus_depth_first (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 346 void pci_for_each_bus_depth_first(PCIBus *bus, pci_bus_ret_fn begin, 354 pci_for_each_bus_depth_first(bus, NULL, fn, opaque); in pci_for_each_bus()
|
/openbmc/qemu/hw/acpi/ |
H A D | pcihp.c | 120 pci_for_each_bus_depth_first(bus, acpi_set_bsel, NULL, &info); in acpi_set_pci_info()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 1997 void pci_for_each_bus_depth_first(PCIBus *bus, pci_bus_ret_fn begin, in pci_for_each_bus_depth_first() function 2014 pci_for_each_bus_depth_first(sec, begin, end, state); in pci_for_each_bus_depth_first()
|