Searched refs:host_post_init (Results 1 – 1 of 1) sorted by relevance
246 void (*host_post_init)(struct qcom_pcie *pcie); member1292 if (pcie->cfg->ops->host_post_init) in qcom_pcie_host_post_init()1293 pcie->cfg->ops->host_post_init(pcie); in qcom_pcie_host_post_init()1361 .host_post_init = qcom_pcie_host_post_init_2_7_0,