Home
last modified time | relevance | path

Searched refs:of_device_get_match_data (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/linux-6.3-rc2/include/linux/
A Dof_device.h33 extern const void *of_device_get_match_data(const struct device *dev);
70 static inline const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
/linux-6.3-rc2/drivers/irqchip/
A Dirqchip.c39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
/linux-6.3-rc2/arch/powerpc/sysdev/
A Dcpm_gpio.c22 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
/linux-6.3-rc2/drivers/memory/
A Datmel-sdramc.c47 caps = of_device_get_match_data(&pdev->dev); in atmel_ramc_probe()
/linux-6.3-rc2/drivers/clk/meson/
A Dmeson-eeclk.c25 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
A Dmeson-aoclk.c45 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_platform.c31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/linux-6.3-rc2/drivers/gpu/drm/hisilicon/kirin/
A Dkirin_drm_drv.c95 data = (struct kirin_drm_data *)of_device_get_match_data(dev->dev); in kirin_drm_private_cleanup()
221 driver_data = (struct kirin_drm_data *)of_device_get_match_data(dev); in kirin_drm_bind()
/linux-6.3-rc2/sound/soc/codecs/
A Dgtm601.c82 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
/linux-6.3-rc2/drivers/gpio/
A Dgpio-ge.c83 gc->ngpio = (u16)(uintptr_t)of_device_get_match_data(&pdev->dev); in gef_gpio_probe()
/linux-6.3-rc2/drivers/clk/sunxi/
A Dclk-sun6i-apb0-gates.c51 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-host-common.c59 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
A Dpcie-iproc-platform.c55 pcie->type = (enum iproc_pcie_type) of_device_get_match_data(dev); in iproc_pltfm_pcie_probe()
/linux-6.3-rc2/drivers/power/reset/
A Dqcom-pon.c68 pon->reason_shift = (long)of_device_get_match_data(&pdev->dev); in pm8916_pon_probe()
/linux-6.3-rc2/drivers/soc/ti/
A Dpruss.c128 data = of_device_get_match_data(dev); in pruss_clk_init()
222 data = of_device_get_match_data(&pdev->dev); in pruss_probe()
/linux-6.3-rc2/drivers/of/
A Ddevice.c239 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
249 EXPORT_SYMBOL(of_device_get_match_data);
/linux-6.3-rc2/drivers/clk/qcom/
A Dapss-ipq-pll.c88 ipq_pll_config = of_device_get_match_data(&pdev->dev); in apss_ipq_pll_probe()
/linux-6.3-rc2/drivers/phy/samsung/
A Dphy-exynos-dp-video.c96 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/
A Dmtk-mdp3-core.c73 mdp_data = of_device_get_match_data(&pdev->dev); in __get_pdev_by_id()
194 mdp->mdp_data = of_device_get_match_data(&pdev->dev); in mdp_probe()
/linux-6.3-rc2/drivers/reset/
A Dreset-qcom-aoss.c95 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
A Dreset-zynqmp.c106 priv->data = of_device_get_match_data(&pdev->dev); in zynqmp_reset_probe()
/linux-6.3-rc2/drivers/bus/
A Dsimple-pm-bus.c76 const void *data = of_device_get_match_data(&pdev->dev); in simple_pm_bus_remove()
/linux-6.3-rc2/drivers/nvmem/
A Dimx-iim.c113 drvdata = of_device_get_match_data(&pdev->dev); in imx_iim_probe()
/linux-6.3-rc2/drivers/char/hw_random/
A Dingenic-rng.c98 priv->version = (enum ingenic_rng_version)of_device_get_match_data(&pdev->dev); in ingenic_rng_probe()
/linux-6.3-rc2/drivers/soc/samsung/
A Dexynos-pmu.c132 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()

Completed in 15 milliseconds

12345678910>>...32