Searched refs:post_init (Results 1 – 8 of 8) sorted by relevance
249 int (*post_init)(struct qcom_pcie *pcie); member1313 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init()1314 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init()1361 .post_init = qcom_pcie_host_post_init,1368 .post_init = qcom_pcie_post_init_2_1_0,1377 .post_init = qcom_pcie_post_init_1_0_0,1386 .post_init = qcom_pcie_post_init_2_3_2,1395 .post_init = qcom_pcie_post_init_2_3_2,1404 .post_init = qcom_pcie_post_init_2_3_3,1413 .post_init = qcom_pcie_post_init_2_7_0,[all …]
681 if (pp->ops->post_init) in dw_pcie_host_init()682 pp->ops->post_init(pp); in dw_pcie_host_init()
1352 .post_init = imx_pcie_host_post_init,
111 int (*post_init)(struct wm831x *wm831x); member
1701 if (pdata->post_init) { in wm831x_device_init()1702 ret = pdata->post_init(wm831x); in wm831x_device_init()
1889 hdev->post_init = nxp_post_init; in nxp_serdev_probe()
5078 if (!ret && hdev->post_init) in hci_dev_init_sync()5079 ret = hdev->post_init(hdev); in hci_dev_init_sync()
653 int (*post_init)(struct hci_dev *hdev); member