Home
last modified time | relevance | path

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

12345678910>>...33

/drivers/of/
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);
/drivers/clk/imx/
A Dclk-imx95-blk-ctl.c382 bc_data = of_device_get_match_data(dev); in imx95_bc_probe()
475 bc_data = of_device_get_match_data(dev); in imx95_bc_suspend()
497 bc_data = of_device_get_match_data(dev); in imx95_bc_resume()
/drivers/irqchip/
A Dirqchip.c39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
/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()
222 driver_data = (struct kirin_drm_data *)of_device_get_match_data(dev); in kirin_drm_bind()
/drivers/gpu/drm/nouveau/
A Dnouveau_platform.c30 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/drivers/clk/qcom/
A Dlpasscc-sc8280xp.c72 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sc8280xp_probe()
A Dlpasscc-sm6115.c69 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sm6115_probe()
A Dhfpll.c143 h->d = of_device_get_match_data(&pdev->dev); in qcom_hfpll_probe()
/drivers/clk/meson/
A Dmeson-eeclk.c25 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
A Dmeson-aoclk.c46 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
/drivers/mmc/host/
A Dsdhci-npcm.c39 data = of_device_get_match_data(dev); in npcm_sdhci_probe()
/drivers/clk/sunxi/
A Dclk-sun6i-apb0-gates.c50 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
/drivers/bus/
A Dimx-aipstz.c48 data->default_cfg = of_device_get_match_data(&pdev->dev); in imx_aipstz_probe()
/drivers/pci/controller/
A Dpci-host-common.c89 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
A Dpcie-iproc-platform.c55 pcie->type = (uintptr_t)of_device_get_match_data(dev); in iproc_pltfm_pcie_probe()
/drivers/power/reset/
A Dqcom-pon.c70 reason_shift = (long)of_device_get_match_data(&pdev->dev); in qcom_pon_probe()
/drivers/phy/samsung/
A Dphy-exynos-dp-video.c94 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
/drivers/nvmem/
A Du-boot-env.c61 priv->format = (uintptr_t)of_device_get_match_data(dev); in u_boot_env_probe()
A Dimx-iim.c112 drvdata = of_device_get_match_data(&pdev->dev); in imx_iim_probe()
/drivers/regulator/
A Dsun20i-regulator.c112 data = of_device_get_match_data(dev); in sun20i_regulator_probe()
/drivers/reset/
A Dreset-qcom-aoss.c94 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
/drivers/thermal/
A Dimx_sc_thermal.c82 resource_id = of_device_get_match_data(&pdev->dev); in imx_sc_thermal_probe()
/drivers/media/platform/mediatek/mdp3/
A Dmtk-mdp3-core.c54 mdp_data = of_device_get_match_data(&pdev->dev); in __get_pdev_by_id()
218 mdp->mdp_data = of_device_get_match_data(&pdev->dev); in mdp_probe()
/drivers/gpu/drm/renesas/rz-du/
A Drzg2l_du_drv.c139 rcdu->info = of_device_get_match_data(rcdu->dev); in rzg2l_du_probe()
/drivers/net/wireless/ath/ath9k/
A Dahb.c99 dev_id = (u16)(kernel_ulong_t)of_device_get_match_data(&pdev->dev); in ath_ahb_probe()

Completed in 31 milliseconds

12345678910>>...33