Home
last modified time | relevance | path

Searched refs:host_deinit (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c518 if (pp->ops->host_deinit) in dw_pcie_host_init()
519 pp->ops->host_deinit(pp); in dw_pcie_host_init()
539 if (pp->ops->host_deinit) in dw_pcie_host_deinit()
540 pp->ops->host_deinit(pp); in dw_pcie_host_deinit()
842 if (pci->pp.ops->host_deinit) in dw_pcie_suspend_noirq()
843 pci->pp.ops->host_deinit(&pci->pp); in dw_pcie_suspend_noirq()
H A Dpcie-bt1.c563 .host_deinit = bt1_pcie_host_deinit,
H A Dpcie-designware.h303 void (*host_deinit)(struct dw_pcie_rp *pp); member
H A Dpci-imx6.c1004 .host_deinit = imx6_pcie_host_exit,
H A Dpcie-qcom.c1229 .host_deinit = qcom_pcie_host_deinit,