Searched refs:post_init (Results 1 – 9 of 9) sorted by relevance
111 int (*post_init)(struct wm831x *wm831x); member
178 int (*post_init)(struct qcom_pcie *pcie); member1274 if (pcie->ops->post_init) { in qcom_pcie_host_init()1275 ret = pcie->ops->post_init(pcie); in qcom_pcie_host_init()1326 .post_init = qcom_pcie_post_init_2_3_2,1354 .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()
2496 int sdram_init_(struct dram_info *dram, struct rv1126_sdram_params *sdram_params, u32 post_init) in sdram_init_() argument2580 if (sdram_params->base.dramtype == DDR3 && post_init == 0) in sdram_init_()2585 if (post_init != 0) { in sdram_init_()2593 if (sdram_params->base.dramtype == DDR3 && post_init == 0) { in sdram_init_()2613 if (post_init != 0 && sdram_params->ch.cap_info.rank == 2) { in sdram_init_()
605 int (*post_init)(struct smu_context *smu); member
566 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()
2763 .post_init = navi10_post_smu_init,