Searched refs:post_init (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-qcom.c | 243 int (*post_init)(struct qcom_pcie *pcie); member 1310 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init() 1311 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init() 1373 .post_init = qcom_pcie_host_post_init, 1380 .post_init = qcom_pcie_post_init_2_1_0, 1389 .post_init = qcom_pcie_post_init_1_0_0, 1398 .post_init = qcom_pcie_post_init_2_3_2, 1407 .post_init = qcom_pcie_post_init_2_3_2, 1416 .post_init = qcom_pcie_post_init_2_3_3, 1425 .post_init = qcom_pcie_post_init_2_7_0, [all …]
|
| H A D | pcie-designware-host.c | 671 if (pp->ops->post_init) in dw_pcie_host_init() 672 pp->ops->post_init(pp); in dw_pcie_host_init() 1309 if (pci->pp.ops->post_init) in dw_pcie_resume_noirq() 1310 pci->pp.ops->post_init(&pci->pp); in dw_pcie_resume_noirq()
|
| H A D | pcie-designware.h | 417 void (*post_init)(struct dw_pcie_rp *pp); member
|
| H A D | pci-imx6.c | 1396 .post_init = imx_pcie_host_post_init,
|
| /linux/include/linux/mfd/wm831x/ |
| H A D | pdata.h | 111 int (*post_init)(struct wm831x *wm831x); member
|
| /linux/drivers/mfd/ |
| H A D | wm831x-core.c | 1701 if (pdata->post_init) { in wm831x_device_init() 1702 ret = pdata->post_init(wm831x); in wm831x_device_init()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | amdgpu_smu.h | 1504 int (*post_init)(struct smu_context *smu); member
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | yellow_carp_ppt.c | 1351 .post_init = yellow_carp_post_smu_init,
|
| H A D | smu_v13_0_6_ppt.c | 3898 .post_init = smu_v13_0_6_post_init,
|
| /linux/drivers/bluetooth/ |
| H A D | btnxpuart.c | 1889 hdev->post_init = nxp_post_init; in nxp_serdev_probe()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | vangogh_ppt.c | 2544 .post_init = vangogh_post_smu_init,
|
| H A D | navi10_ppt.c | 3355 .post_init = navi10_post_smu_init,
|
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 5120 if (!ret && hdev->post_init) in hci_dev_init_sync() 5121 ret = hdev->post_init(hdev); in hci_dev_init_sync()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 653 int (*post_init)(struct hci_dev *hdev); member
|