Home
last modified time | relevance | path

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

12345678910>>...35

/linux/drivers/clk/meson/
H A Dmeson-clkc-utils.c35 data = of_device_get_match_data(dev); in meson_clkc_init()
91 data = of_device_get_match_data(dev); in meson_clkc_mmio_probe()
H A Dmeson-aoclk.c47 clkc_data = of_device_get_match_data(dev); in meson_aoclkc_probe()
/linux/drivers/of/
H A Ddevice.c173 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
183 EXPORT_SYMBOL(of_device_get_match_data);
/linux/drivers/irqchip/
H A Dirqchip.c39 platform_irq_probe_t irq_probe = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
/linux/arch/powerpc/sysdev/
H A Dcpm_gpio.c23 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.c96 data = (struct kirin_drm_data *)of_device_get_match_data(dev->dev); in kirin_drm_private_cleanup()
223 driver_data = (struct kirin_drm_data *)of_device_get_match_data(dev); in kirin_drm_bind()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dahb.c37 hw_rev = (enum ath12k_hw_rev)(kernel_ulong_t)of_device_get_match_data(&pdev->dev); in ath12k_wifi7_ahb_probe()
/linux/drivers/clk/qcom/
H A Dlpasscc-sc8280xp.c72 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sc8280xp_probe()
H A Dlpasscc-sm6115.c69 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sm6115_probe()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_platform.c32 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/linux/drivers/mmc/host/
H A Dsdhci-npcm.c39 data = of_device_get_match_data(dev); in npcm_sdhci_probe()
/linux/sound/soc/codecs/
H A Dgtm601.c82 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
/linux/drivers/clk/sunxi/
H A Dclk-sun6i-apb0-gates.c50 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
/linux/drivers/bus/
H A Dimx-aipstz.c48 data->default_cfg = of_device_get_match_data(&pdev->dev); in imx_aipstz_probe()
/linux/drivers/pci/controller/
H A Dpci-host-common.c86 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
H A Dpcie-iproc-platform.c55 pcie->type = (uintptr_t)of_device_get_match_data(dev); in iproc_pltfm_pcie_probe()
/linux/drivers/power/reset/
H A Dqcom-pon.c70 reason_shift = (long)of_device_get_match_data(&pdev->dev); in qcom_pon_probe()
/linux/drivers/phy/samsung/
H A Dphy-exynos-dp-video.c94 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
/linux/drivers/nvmem/
H A Du-boot-env.c61 priv->format = (uintptr_t)of_device_get_match_data(dev); in u_boot_env_probe()
H A Dimx-iim.c112 drvdata = of_device_get_match_data(&pdev->dev); in imx_iim_probe()
/linux/drivers/reset/
H A Dreset-qcom-aoss.c94 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
/linux/drivers/thermal/
H A Dimx_sc_thermal.c82 resource_id = of_device_get_match_data(&pdev->dev); in imx_sc_thermal_probe()
/linux/drivers/regulator/
H A Dsun20i-regulator.c112 data = of_device_get_match_data(dev); in sun20i_regulator_probe()
/linux/drivers/net/wireless/ath/ath9k/
H A Dahb.c99 dev_id = (u16)(kernel_ulong_t)of_device_get_match_data(&pdev->dev); in ath_ahb_probe()
/linux/drivers/clk/mediatek/
H A Dclk-mt7629-eth.c138 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7629_eth_probe()

12345678910>>...35