Searched refs:post_init (Results 1 – 6 of 6) sorted by relevance
111 int (*post_init)(struct wm831x *wm831x); member
1701 if (pdata->post_init) { in wm831x_device_init()1702 ret = pdata->post_init(wm831x); in wm831x_device_init()
1506 int (*post_init)(struct smu_context *smu); member
5128 if (!ret && hdev->post_init) in hci_dev_init_sync() 5129 ret = hdev->post_init(hdev); in hci_dev_init_sync()
653 int (*post_init)(struct hci_dev *hdev); member
3999 .post_init = smu_v13_0_6_post_init,