Searched refs:post_init (Results 1 – 2 of 2) 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()