Searched refs:post_init (Results 1 – 10 of 10) sorted by relevance
111 int (*post_init)(struct wm831x *wm831x); member
188 int (*post_init)(struct qcom_pcie *pcie); member1395 if (pcie->ops->post_init) { in qcom_pcie_host_init()1396 ret = pcie->ops->post_init(pcie); in qcom_pcie_host_init()1447 .post_init = qcom_pcie_post_init_2_3_2,1475 .post_init = qcom_pcie_post_init_2_7_0,1485 .post_init = qcom_pcie_post_init_2_7_0,
91 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
1702 if (pdata->post_init) { in wm831x_device_init()1703 ret = pdata->post_init(wm831x); in wm831x_device_init()
1225 int (*post_init)(struct smu_context *smu); member
1189 .post_init = yellow_carp_post_smu_init,
616 int (*post_init)(struct hci_dev *hdev); member
1460 if (!ret && hdev->post_init) in hci_dev_do_open()1461 ret = hdev->post_init(hdev); in hci_dev_do_open()
2224 .post_init = vangogh_post_smu_init,
3325 .post_init = navi10_post_smu_init,
Completed in 49 milliseconds