| /linux-6.15/drivers/irqchip/ |
| H A D | irqchip.c | 39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
|
| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | cpm_gpio.c | 23 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
|
| /linux-6.15/drivers/clk/imx/ |
| H A D | clk-imx95-blk-ctl.c | 332 bc_data = of_device_get_match_data(dev); in imx95_bc_probe() 424 bc_data = of_device_get_match_data(dev); in imx95_bc_suspend() 446 bc_data = of_device_get_match_data(dev); in imx95_bc_resume()
|
| /linux-6.15/drivers/clk/qcom/ |
| H A D | lpasscc-sc8280xp.c | 72 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sc8280xp_probe()
|
| H A D | lpasscc-sm6115.c | 69 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sm6115_probe()
|
| H A D | hfpll.c | 143 h->d = of_device_get_match_data(&pdev->dev); in qcom_hfpll_probe()
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_platform.c | 30 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
|
| /linux-6.15/drivers/of/ |
| H A D | device.c | 182 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function 192 EXPORT_SYMBOL(of_device_get_match_data);
|
| /linux-6.15/drivers/clk/meson/ |
| H A D | meson-eeclk.c | 25 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
|
| H A D | meson-aoclk.c | 45 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
|
| /linux-6.15/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | kirin_drm_drv.c | 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()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | gtm601.c | 82 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | sdhci-npcm.c | 39 data = of_device_get_match_data(dev); in npcm_sdhci_probe()
|
| /linux-6.15/drivers/clk/sunxi/ |
| H A D | clk-sun6i-apb0-gates.c | 50 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
|
| /linux-6.15/drivers/pci/controller/ |
| H A D | pci-host-common.c | 59 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
|
| H A D | pcie-iproc-platform.c | 55 pcie->type = (uintptr_t)of_device_get_match_data(dev); in iproc_pltfm_pcie_probe()
|
| /linux-6.15/drivers/power/reset/ |
| H A D | qcom-pon.c | 70 reason_shift = (long)of_device_get_match_data(&pdev->dev); in pm8916_pon_probe()
|
| /linux-6.15/drivers/phy/samsung/ |
| H A D | phy-exynos-dp-video.c | 94 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
|
| /linux-6.15/drivers/nvmem/ |
| H A D | u-boot-env.c | 61 priv->format = (uintptr_t)of_device_get_match_data(dev); in u_boot_env_probe()
|
| H A D | imx-iim.c | 112 drvdata = of_device_get_match_data(&pdev->dev); in imx_iim_probe()
|
| /linux-6.15/drivers/thermal/ |
| H A D | imx_sc_thermal.c | 82 resource_id = of_device_get_match_data(&pdev->dev); in imx_sc_thermal_probe()
|
| /linux-6.15/drivers/reset/ |
| H A D | reset-qcom-aoss.c | 94 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
|
| /linux-6.15/drivers/regulator/ |
| H A D | sun20i-regulator.c | 112 data = of_device_get_match_data(dev); in sun20i_regulator_probe()
|
| /linux-6.15/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_du_drv.c | 128 rcdu->info = of_device_get_match_data(rcdu->dev); in rzg2l_du_probe()
|
| /linux-6.15/drivers/char/hw_random/ |
| H A D | ingenic-rng.c | 98 priv->version = (enum ingenic_rng_version)(uintptr_t)of_device_get_match_data(&pdev->dev); in ingenic_rng_probe()
|