Home
last modified time | relevance | path

Searched refs:pci_bridge_exitfn (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dxio3130_upstream.c102 pci_bridge_exitfn(d); in xio3130_upstream_realize()
110 pci_bridge_exitfn(d); in xio3130_upstream_exitfn()
H A Dpcie_pci_bridge.c96 pci_bridge_exitfn(d); in OBJECT_DECLARE_SIMPLE_TYPE()
104 pci_bridge_exitfn(d); in pcie_pci_bridge_exit()
H A Dxio3130_downstream.c123 pci_bridge_exitfn(d); in xio3130_downstream_realize()
134 pci_bridge_exitfn(d); in xio3130_downstream_exitfn()
H A Dpcie_root_port.c134 pci_bridge_exitfn(d); in rp_realize()
148 pci_bridge_exitfn(d); in rp_exit()
H A Dcxl_downstream.c201 pci_bridge_exitfn(d); in cxl_dsp_realize()
212 pci_bridge_exitfn(d); in cxl_dsp_exitfn()
H A Dpci_bridge_dev.c125 pci_bridge_exitfn(dev); in pci_bridge_dev_realize()
140 pci_bridge_exitfn(dev); in pci_bridge_dev_exitfn()
H A Dsimba.c75 k->exit = pci_bridge_exitfn; in simba_pci_bridge_class_init()
H A Di82801b11.c78 pci_bridge_exitfn(d); in i82801b11_bridge_realize()
H A Dcxl_upstream.c354 pci_bridge_exitfn(d); in cxl_usp_realize()
362 pci_bridge_exitfn(d); in cxl_usp_exitfn()
/openbmc/qemu/include/hw/pci/
H A Dpci_bridge.h140 void pci_bridge_exitfn(PCIDevice *pci_dev);
/openbmc/qemu/hw/pci-host/
H A Dxilinx-pcie.c302 k->exit = pci_bridge_exitfn; in xilinx_pcie_root_class_init()
H A Ddesignware.c606 k->exit = pci_bridge_exitfn; in designware_pcie_root_class_init()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c400 void pci_bridge_exitfn(PCIDevice *pci_dev) in pci_bridge_exitfn() function