Searched refs:post_init (Results 1 – 6 of 6) sorted by relevance
111 int (*post_init)(struct wm831x *wm831x); member
1700 if (pdata->post_init) { in wm831x_device_init()1701 ret = pdata->post_init(wm831x); in wm831x_device_init()
1351 .post_init = yellow_carp_post_smu_init,
1901 hdev->post_init = nxp_post_init; in nxp_serdev_probe()
653 int (*post_init)(struct hci_dev *hdev); member
5332 if (!ret && hdev->post_init) in hci_dev_init_sync()5333 ret = hdev->post_init(hdev); in hci_dev_init_sync()