Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mfd/wm831x/
Dpdata.h112 int (*post_init)(struct wm831x *wm831x); member
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-qcom.c155 int (*post_init)(struct qcom_pcie *pcie); member
1094 if (pcie->ops->post_init) { in qcom_pcie_host_init()
1095 ret = pcie->ops->post_init(pcie); in qcom_pcie_host_init()
1148 .post_init = qcom_pcie_post_init_2_3_2,
/Linux-v5.4/drivers/mfd/
Dwm831x-core.c1874 if (pdata->post_init) { in wm831x_device_init()
1875 ret = pdata->post_init(wm831x); in wm831x_device_init()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h444 int (*post_init)(struct hci_dev *hdev); member
/Linux-v5.4/net/bluetooth/
Dhci_core.c1505 if (!ret && hdev->post_init) in hci_dev_do_open()
1506 ret = hdev->post_init(hdev); in hci_dev_do_open()