Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c249 int (*post_init)(struct qcom_pcie *pcie); member
1313 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init()
1314 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init()
1361 .post_init = qcom_pcie_host_post_init,
1368 .post_init = qcom_pcie_post_init_2_1_0,
1377 .post_init = qcom_pcie_post_init_1_0_0,
1386 .post_init = qcom_pcie_post_init_2_3_2,
1395 .post_init = qcom_pcie_post_init_2_3_2,
1404 .post_init = qcom_pcie_post_init_2_3_3,
1413 .post_init = qcom_pcie_post_init_2_7_0,
[all …]
H A Dpcie-designware-host.c681 if (pp->ops->post_init) in dw_pcie_host_init()
682 pp->ops->post_init(pp); in dw_pcie_host_init()
H A Dpci-imx6.c1352 .post_init = imx_pcie_host_post_init,
/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()
/linux/drivers/bluetooth/
H A Dbtnxpuart.c1889 hdev->post_init = nxp_post_init; in nxp_serdev_probe()
/linux/net/bluetooth/
H A Dhci_sync.c5078 if (!ret && hdev->post_init) in hci_dev_init_sync()
5079 ret = hdev->post_init(hdev); in hci_dev_init_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h653 int (*post_init)(struct hci_dev *hdev); member