Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-designware-host.c506 if (pp->ops->host_deinit) in dw_pcie_host_init()
507 pp->ops->host_deinit(pp); in dw_pcie_host_init()
525 if (pp->ops->host_deinit) in dw_pcie_host_deinit()
526 pp->ops->host_deinit(pp); in dw_pcie_host_deinit()
Dpcie-designware.h227 void (*host_deinit)(struct dw_pcie_rp *pp); member