Searched refs:post_init (Results 1 – 9 of 9) sorted by relevance
249 int (*post_init)(struct qcom_pcie *pcie); member1312 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init()1313 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init()1362 .post_init = qcom_pcie_host_post_init,1369 .post_init = qcom_pcie_post_init_2_1_0,1378 .post_init = qcom_pcie_post_init_1_0_0,1387 .post_init = qcom_pcie_post_init_2_3_2,1396 .post_init = qcom_pcie_post_init_2_3_2,1405 .post_init = qcom_pcie_post_init_2_3_3,1414 .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()
5079 if (!ret && hdev->post_init) in hci_dev_init_sync()5080 ret = hdev->post_init(hdev); in hci_dev_init_sync()
653 int (*post_init)(struct hci_dev *hdev); member
3598 .post_init = navi10_post_smu_init,