post_init        1874 drivers/mfd/wm831x-core.c 	if (pdata->post_init) {
post_init        1875 drivers/mfd/wm831x-core.c 		ret = pdata->post_init(wm831x);
post_init         155 drivers/pci/controller/dwc/pcie-qcom.c 	int (*post_init)(struct qcom_pcie *pcie);
post_init        1094 drivers/pci/controller/dwc/pcie-qcom.c 	if (pcie->ops->post_init) {
post_init        1095 drivers/pci/controller/dwc/pcie-qcom.c 		ret = pcie->ops->post_init(pcie);
post_init        1148 drivers/pci/controller/dwc/pcie-qcom.c 	.post_init = qcom_pcie_post_init_2_3_2,
post_init         112 include/linux/mfd/wm831x/pdata.h 	int (*post_init)(struct wm831x *wm831x);
post_init         444 include/net/bluetooth/hci_core.h 	int (*post_init)(struct hci_dev *hdev);
post_init        1527 net/bluetooth/hci_core.c 			if (!ret && hdev->post_init)
post_init        1528 net/bluetooth/hci_core.c 				ret = hdev->post_init(hdev);