Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-qcom.c245 int (*post_init)(struct qcom_pcie *pcie); member
1251 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init()
1252 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init()
1299 .post_init = qcom_pcie_host_post_init,
1306 .post_init = qcom_pcie_post_init_2_1_0,
1315 .post_init = qcom_pcie_post_init_1_0_0,
1324 .post_init = qcom_pcie_post_init_2_3_2,
1333 .post_init = qcom_pcie_post_init_2_3_2,
1342 .post_init = qcom_pcie_post_init_2_3_3,
1351 .post_init = qcom_pcie_post_init_2_7_0,
[all …]
Dpcie-designware-host.c542 if (pp->ops->post_init) in dw_pcie_host_init()
543 pp->ops->post_init(pp); in dw_pcie_host_init()
Dpcie-designware.h353 void (*post_init)(struct dw_pcie_rp *pp); member
/linux-6.12.1/include/linux/mfd/wm831x/
Dpdata.h111 int (*post_init)(struct wm831x *wm831x); member
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_internal.h94 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
/linux-6.12.1/drivers/mfd/
Dwm831x-core.c1701 if (pdata->post_init) { in wm831x_device_init()
1702 ret = pdata->post_init(wm831x); in wm831x_device_init()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h1329 int (*post_init)(struct smu_context *smu); member
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c1339 .post_init = yellow_carp_post_smu_init,
/linux-6.12.1/net/bluetooth/
Dhci_sync.c4957 if (!ret && hdev->post_init) in hci_dev_init_sync()
4958 ret = hdev->post_init(hdev); in hci_dev_init_sync()
/linux-6.12.1/include/net/bluetooth/
Dhci_core.h632 int (*post_init)(struct hci_dev *hdev); member
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dvangogh_ppt.c2554 .post_init = vangogh_post_smu_init,
Dnavi10_ppt.c3575 .post_init = navi10_post_smu_init,