Home
last modified time | relevance | path

Searched refs:shpc_init (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dshpc.h41 int shpc_init(PCIDevice *dev, PCIBus *sec_bus, MemoryRegion *bar,
/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c45 rc = shpc_init(d, &br->sec_bus, &pcie_br->shpc_bar, 0, errp); in OBJECT_DECLARE_SIMPLE_TYPE()
H A Dpci_bridge_dev.c69 err = shpc_init(dev, &br->sec_bus, &bridge_dev->bar, 0, errp); in pci_bridge_dev_realize()
/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_core.c271 rc = shpc_init(ctrl, pdev); in shpc_probe()
H A Dshpchp.h170 int shpc_init(struct controller *ctrl, struct pci_dev *pdev);
H A Dshpchp_hpc.c896 int shpc_init(struct controller *ctrl, struct pci_dev *pdev) in shpc_init() function
/openbmc/qemu/hw/pci/
H A Dshpc.c647 int shpc_init(PCIDevice *d, PCIBus *sec_bus, MemoryRegion *bar, in shpc_init() function