Searched refs:post_init (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 220 int (*post_init)(struct qcom_pcie *pcie); member 1181 if (pcie->cfg->ops->post_init) { in qcom_pcie_host_init() 1182 ret = pcie->cfg->ops->post_init(pcie); in qcom_pcie_host_init() 1226 .post_init = qcom_pcie_post_init_2_1_0, 1235 .post_init = qcom_pcie_post_init_1_0_0, 1244 .post_init = qcom_pcie_post_init_2_3_2, 1253 .post_init = qcom_pcie_post_init_2_3_2, 1262 .post_init = qcom_pcie_post_init_2_3_3, 1271 .post_init = qcom_pcie_post_init_2_7_0, 1280 .post_init = qcom_pcie_post_init_2_7_0, [all …]
|
/Linux-v6.6/include/linux/mfd/wm831x/ |
D | pdata.h | 111 int (*post_init)(struct wm831x *wm831x); member
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/ |
D | smu_internal.h | 94 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
|
/Linux-v6.6/drivers/mfd/ |
D | wm831x-core.c | 1701 if (pdata->post_init) { in wm831x_device_init() 1702 ret = pdata->post_init(wm831x); in wm831x_device_init()
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | amdgpu_smu.h | 1273 int (*post_init)(struct smu_context *smu); member
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | yellow_carp_ppt.c | 1355 .post_init = yellow_carp_post_smu_init,
|
/Linux-v6.6/net/bluetooth/ |
D | hci_sync.c | 4779 if (!ret && hdev->post_init) in hci_dev_init_sync() 4780 ret = hdev->post_init(hdev); in hci_dev_init_sync()
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | vangogh_ppt.c | 2569 .post_init = vangogh_post_smu_init,
|
D | navi10_ppt.c | 3558 .post_init = navi10_post_smu_init,
|
/Linux-v6.6/include/net/bluetooth/ |
D | hci_core.h | 663 int (*post_init)(struct hci_dev *hdev); member
|