Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci.h346 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 Dpcihp.c120 pci_for_each_bus_depth_first(bus, acpi_set_bsel, NULL, &info); in acpi_set_pci_info()
/openbmc/qemu/hw/pci/
H A Dpci.c1997 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()