Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-qcom.c246 int (*post_init)(struct qcom_pcie *pcie); member
1252 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init()
1253 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init()
1300 .post_init = qcom_pcie_host_post_init,
1307 .post_init = qcom_pcie_post_init_2_1_0,
1316 .post_init = qcom_pcie_post_init_1_0_0,
1325 .post_init = qcom_pcie_post_init_2_3_2,
1334 .post_init = qcom_pcie_post_init_2_3_2,
1343 .post_init = qcom_pcie_post_init_2_3_3,
1352 .post_init = qcom_pcie_post_init_2_7_0,
[all …]
H A Dpcie-designware-host.c567 if (pp->ops->post_init) in dw_pcie_host_init()
568 pp->ops->post_init(pp); in dw_pcie_host_init()
H A Dpcie-designware.h385 void (*post_init)(struct dw_pcie_rp *pp); member
/linux-6.15/include/linux/mfd/wm831x/
H A Dpdata.h111 int (*post_init)(struct wm831x *wm831x); member
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic-kvm-device.c526 bool uaccess, post_init = true; in vgic_v3_attr_regs_access() local
543 post_init = false; in vgic_v3_attr_regs_access()
564 if (post_init != vgic_initialized(dev->kvm)) { in vgic_v3_attr_regs_access()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_internal.h93 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
/linux-6.15/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-6.15/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1331 int (*post_init)(struct smu_context *smu); member
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c1347 .post_init = yellow_carp_post_smu_init,
/linux-6.15/drivers/bluetooth/
H A Dbtnxpuart.c1759 hdev->post_init = nxp_post_init; in nxp_serdev_probe()
/linux-6.15/net/bluetooth/
H A Dhci_sync.c4977 if (!ret && hdev->post_init) in hci_dev_init_sync()
4978 ret = hdev->post_init(hdev); in hci_dev_init_sync()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2542 .post_init = vangogh_post_smu_init,
H A Dnavi10_ppt.c3612 .post_init = navi10_post_smu_init,
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h639 int (*post_init)(struct hci_dev *hdev); member