Searched refs:host_deinit (Results 1 – 3 of 3) sorted by relevance
635 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()
162 void (*host_deinit)(struct plda_pcie_rp *pcie); member
381 .host_deinit = starfive_pcie_host_deinit,