Home
last modified time | relevance | path

Searched refs:post_init (Results 1 – 6 of 6) 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.c1700 if (pdata->post_init) { in wm831x_device_init()
1701 ret = pdata->post_init(wm831x); in wm831x_device_init()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c1351 .post_init = yellow_carp_post_smu_init,
/linux/drivers/bluetooth/
H A Dbtnxpuart.c1901 hdev->post_init = nxp_post_init; in nxp_serdev_probe()
/linux/include/net/bluetooth/
H A Dhci_core.h653 int (*post_init)(struct hci_dev *hdev); member
/linux/net/bluetooth/
H A Dhci_sync.c5332 if (!ret && hdev->post_init) in hci_dev_init_sync()
5333 ret = hdev->post_init(hdev); in hci_dev_init_sync()