Searched refs:host_deinit (Results 1 – 3 of 3) sorted by relevance
634 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_init()635 port->host_ops->host_deinit(port); in plda_pcie_host_init()648 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_deinit()649 port->host_ops->host_deinit(port); in plda_pcie_host_deinit()
162 void (*host_deinit)(struct plda_pcie_rp *pcie); member
381 .host_deinit = starfive_pcie_host_deinit,