Searched refs:pci_for_each_device_under_bus (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci_vfio.c | 268 pci_for_each_device_under_bus(bus, spapr_phb_vfio_eeh_clear_dev_msix, in spapr_phb_vfio_eeh_clear_bus_msix()
|
H A D | spapr_pci.c | 2295 pci_for_each_device_under_bus(sec_bus, spapr_phb_pci_enumerate_bridge, in spapr_phb_pci_enumerate_bridge() 2305 pci_for_each_device_under_bus(bus, spapr_phb_pci_enumerate_bridge, in spapr_phb_pci_enumerate()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 341 void pci_for_each_device_under_bus(PCIBus *bus,
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 1269 pci_for_each_device_under_bus(sec_bus, s390_pci_enumerate_bridge, s); in s390_pci_enumerate_bridge() 1318 pci_for_each_device_under_bus(bus, s390_pci_enumerate_bridge, s); in s390_pcihost_reset()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 1827 void pci_for_each_device_under_bus(PCIBus *bus, in pci_for_each_device_under_bus() function 1847 pci_for_each_device_under_bus(bus, fn, opaque); in pci_for_each_device() 2848 pci_for_each_device_under_bus(bus, pci_dev_get_w64, range); in pci_bus_get_w64_range()
|
H A D | pcie.c | 562 pci_for_each_device_under_bus(sec_bus, pcie_unplug_device, NULL); in pcie_cap_slot_do_unplug()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt.c | 618 pci_for_each_device_under_bus(pci_get_bus(d), in xen_pt_region_update()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 2112 pci_for_each_device_under_bus(bus, insert_scope, scope_blob); in dmar_host_bridges() 2318 pci_for_each_device_under_bus(bus, insert_ivhd, ivhd_blob); in ivrs_host_bridges()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 465 pci_for_each_device_under_bus(bus, cxl_set_dsp_active_bm, in cmd_identify_switch_device()
|