Searched refs:host_deinit (Results 1 – 2 of 2) 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