Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/plda/
H A Dpcie-plda-host.c638 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_init()
639 port->host_ops->host_deinit(port); in plda_pcie_host_init()
652 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_deinit()
653 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,