Home
last modified time | relevance | path

Searched refs:shpc_cleanup (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c94 shpc_cleanup(d, &pcie_br->shpc_bar); in OBJECT_DECLARE_SIMPLE_TYPE()
103 shpc_cleanup(d, &bridge_dev->shpc_bar); in pcie_pci_bridge_exit()
H A Dpci_bridge_dev.c122 shpc_cleanup(dev, &bridge_dev->bar); in pci_bridge_dev_realize()
138 shpc_cleanup(dev, &bridge_dev->bar); in pci_bridge_dev_exitfn()
/openbmc/qemu/include/hw/pci/
H A Dshpc.h43 void shpc_cleanup(PCIDevice *dev, MemoryRegion *bar);
/openbmc/qemu/hw/pci/
H A Dshpc.c678 void shpc_cleanup(PCIDevice *d, MemoryRegion *bar) in shpc_cleanup() function