Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mfd/wm831x/
H A Dpdata.h111 int (*post_init)(struct wm831x *wm831x); member
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-qcom.c178 int (*post_init)(struct qcom_pcie *pcie); member
1274 if (pcie->ops->post_init) { in qcom_pcie_host_init()
1275 ret = pcie->ops->post_init(pcie); in qcom_pcie_host_init()
1326 .post_init = qcom_pcie_post_init_2_3_2,
1354 .post_init = qcom_pcie_post_init_2_7_0,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_internal.h98 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm831x-core.c1878 if (pdata->post_init) { in wm831x_device_init()
1879 ret = pdata->post_init(wm831x); in wm831x_device_init()
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c2496 int sdram_init_(struct dram_info *dram, struct rv1126_sdram_params *sdram_params, u32 post_init) in sdram_init_() argument
2580 if (sdram_params->base.dramtype == DDR3 && post_init == 0) in sdram_init_()
2585 if (post_init != 0) { in sdram_init_()
2593 if (sdram_params->base.dramtype == DDR3 && post_init == 0) { in sdram_init_()
2613 if (post_init != 0 && sdram_params->ch.cap_info.rank == 2) { in sdram_init_()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_smu.h605 int (*post_init)(struct smu_context *smu); member
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h566 int (*post_init)(struct hci_dev *hdev); member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c1574 if (!ret && hdev->post_init) in hci_dev_do_open()
1575 ret = hdev->post_init(hdev); in hci_dev_do_open()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c2763 .post_init = navi10_post_smu_init,