Home
last modified time | relevance | path

Searched refs:root_bus_path (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dremote.c54 hc->root_bus_path = remote_pcihost_root_bus_path; in remote_pcihost_class_init()
H A Dgpex.c177 hc->root_bus_path = gpex_host_root_bus_path; in gpex_host_class_init()
H A Dxilinx-pcie.c174 hc->root_bus_path = xilinx_pcie_host_root_bus_path; in xilinx_pcie_host_class_init()
H A Dpnv_phb.c204 hc->root_bus_path = pnv_phb_root_bus_path; in pnv_phb_class_init()
H A Di440fx.c373 hc->root_bus_path = i440fx_pcihost_root_bus_path; in i440fx_pcihost_class_init()
H A Ddesignware.c738 hc->root_bus_path = designware_pcie_host_root_bus_path; in designware_pcie_host_class_init()
H A Dq35.c193 hc->root_bus_path = q35_host_root_bus_path; in q35_host_class_init()
/openbmc/qemu/include/hw/pci/
H A Dpci_host.h56 const char *(*root_bus_path)(PCIHostState *, PCIBus *); member
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c170 hc->root_bus_path = pxb_host_root_bus_path; in pxb_host_class_init()
220 hc->root_bus_path = pxb_host_root_bus_path; in pxb_cxl_host_class_init()
/openbmc/qemu/hw/pci/
H A Dpci.c484 if (hc->root_bus_path) { in pci_root_bus_path()
485 return (*hc->root_bus_path)(host_bridge, rootbus); in pci_root_bus_path()
2548 const char *root_bus_path; in pcibus_get_dev_path() local
2556 root_bus_path = pci_root_bus_path(d); in pcibus_get_dev_path()
2557 root_bus_len = strlen(root_bus_path); in pcibus_get_dev_path()
2571 memcpy(path, root_bus_path, root_bus_len); in pcibus_get_dev_path()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c2247 hc->root_bus_path = spapr_phb_root_bus_path; in spapr_phb_class_init()