Home
last modified time | relevance | path

Searched refs:post_init (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mfd/wm831x/
H A Dpdata.h111 int (*post_init)(struct wm831x *wm831x); member
/linux/drivers/mfd/
H A Dwm831x-core.c1701 if (pdata->post_init) { in wm831x_device_init()
1702 ret = pdata->post_init(wm831x); in wm831x_device_init()