Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c224 int (*post_init)(struct qcom_pcie *pcie); member
1191 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init()
1192 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init()
1236 .post_init = qcom_pcie_post_init_2_1_0,
1245 .post_init = qcom_pcie_post_init_1_0_0,
1254 .post_init = qcom_pcie_post_init_2_3_2,
1263 .post_init = qcom_pcie_post_init_2_3_2,
1272 .post_init = qcom_pcie_post_init_2_3_3,
1281 .post_init = qcom_pcie_post_init_2_7_0,
1290 .post_init = qcom_pcie_post_init_2_7_0,
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvdpa-dev.h40 int (*post_init)(VhostVdpaDevice *v, Error **errp); member
/openbmc/linux/include/linux/mfd/wm831x/
H A Dpdata.h111 int (*post_init)(struct wm831x *wm831x); member
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev-pci.c73 dev->vdev.post_init = vhost_vdpa_device_pci_post_init; in vhost_vdpa_device_pci_realize()
H A Dvdpa-dev.c138 if (v->post_init && v->post_init(v, errp) < 0) { in vhost_vdpa_device_realize()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_internal.h94 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1273 int (*post_init)(struct smu_context *smu); member
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c1355 .post_init = yellow_carp_post_smu_init,
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c4976 if (!ret && hdev->post_init) in hci_dev_init_sync()
4977 ret = hdev->post_init(hdev); in hci_dev_init_sync()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2582 .post_init = vangogh_post_smu_init,
H A Dnavi10_ppt.c3573 .post_init = navi10_post_smu_init,
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h636 int (*post_init)(struct hci_dev *hdev); member