Searched refs:post_init (Results 1 – 5 of 5) sorted by relevance
112 int (*post_init)(struct wm831x *wm831x); member
155 int (*post_init)(struct qcom_pcie *pcie); member1094 if (pcie->ops->post_init) { in qcom_pcie_host_init()1095 ret = pcie->ops->post_init(pcie); in qcom_pcie_host_init()1148 .post_init = qcom_pcie_post_init_2_3_2,
1874 if (pdata->post_init) { in wm831x_device_init()1875 ret = pdata->post_init(wm831x); in wm831x_device_init()
444 int (*post_init)(struct hci_dev *hdev); member
1505 if (!ret && hdev->post_init) in hci_dev_do_open()1506 ret = hdev->post_init(hdev); in hci_dev_do_open()