Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c635 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_init()
636 port->host_ops->host_deinit(port); in plda_pcie_host_init()
649 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_deinit()
650 port->host_ops->host_deinit(port); in plda_pcie_host_deinit()
H A Dpcie-plda.h162 void (*host_deinit)(struct plda_pcie_rp *pcie); member
H A Dpcie-starfive.c381 .host_deinit = starfive_pcie_host_deinit,