Searched refs:post_init (Results 1 – 8 of 8) sorted by relevance
111 int (*post_init)(struct wm831x *wm831x); member
178 int (*post_init)(struct qcom_pcie *pcie); member1282 if (pcie->ops->post_init) { in qcom_pcie_host_init()1283 ret = pcie->ops->post_init(pcie); in qcom_pcie_host_init()1334 .post_init = qcom_pcie_post_init_2_3_2,1362 .post_init = qcom_pcie_post_init_2_7_0,
98 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
1878 if (pdata->post_init) { in wm831x_device_init()1879 ret = pdata->post_init(wm831x); in wm831x_device_init()
605 int (*post_init)(struct smu_context *smu); member
562 int (*post_init)(struct hci_dev *hdev); member
1574 if (!ret && hdev->post_init) in hci_dev_do_open()1575 ret = hdev->post_init(hdev); in hci_dev_do_open()
2750 .post_init = navi10_post_smu_init,