Searched refs:host_deinit (Results 1 – 2 of 2) sorted by relevance
506 if (pp->ops->host_deinit) in dw_pcie_host_init()507 pp->ops->host_deinit(pp); in dw_pcie_host_init()525 if (pp->ops->host_deinit) in dw_pcie_host_deinit()526 pp->ops->host_deinit(pp); in dw_pcie_host_deinit()
227 void (*host_deinit)(struct dw_pcie_rp *pp); member