Searched refs:of_device_get_match_data (Results 1 – 25 of 815) sorted by relevance
12345678910>>...33
39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
313 bc_data = of_device_get_match_data(dev); in imx95_bc_probe()405 bc_data = of_device_get_match_data(dev); in imx95_bc_suspend()427 bc_data = of_device_get_match_data(dev); in imx95_bc_resume()
23 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
72 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sc8280xp_probe()
143 h->d = of_device_get_match_data(&pdev->dev); in qcom_hfpll_probe()
30 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
177 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function187 EXPORT_SYMBOL(of_device_get_match_data);
25 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
45 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
95 data = (struct kirin_drm_data *)of_device_get_match_data(dev->dev); in kirin_drm_private_cleanup()222 driver_data = (struct kirin_drm_data *)of_device_get_match_data(dev); in kirin_drm_bind()
82 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
39 data = of_device_get_match_data(dev); in npcm_sdhci_probe()
59 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
55 pcie->type = (uintptr_t)of_device_get_match_data(dev); in iproc_pltfm_pcie_probe()
50 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
94 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
70 reason_shift = (long)of_device_get_match_data(&pdev->dev); in pm8916_pon_probe()
61 priv->format = (uintptr_t)of_device_get_match_data(dev); in u_boot_env_probe()
112 drvdata = of_device_get_match_data(&pdev->dev); in imx_iim_probe()
79 const void *data = of_device_get_match_data(&pdev->dev); in simple_pm_bus_remove()
82 resource_id = of_device_get_match_data(&pdev->dev); in imx_sc_thermal_probe()
112 data = of_device_get_match_data(dev); in sun20i_regulator_probe()
94 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
122 phy->phy = devm_phy_create(dev, NULL, of_device_get_match_data(dev)); in ipq4019_usb_phy_probe()
127 rcdu->info = of_device_get_match_data(rcdu->dev); in rzg2l_du_probe()
Completed in 44 milliseconds