Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/controller/dwc/
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()
Dpcie-bt1.c563 .host_deinit = bt1_pcie_host_deinit,
Dpcie-designware.h303 void (*host_deinit)(struct dw_pcie_rp *pp); member
Dpci-imx6.c1043 .host_deinit = imx6_pcie_host_exit,
Dpcie-qcom.c1219 .host_deinit = qcom_pcie_host_deinit,