Home
last modified time | relevance | path

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

12345678910>>...33

/linux-6.6.21/drivers/irqchip/
Dirqchip.c39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
/linux-6.6.21/arch/powerpc/sysdev/
Dcpm_gpio.c23 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
/linux-6.6.21/drivers/clk/qcom/
Dlpasscc-sc8280xp.c72 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); in lpasscc_sc8280xp_probe()
/linux-6.6.21/drivers/of/
Ddevice.c205 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
215 EXPORT_SYMBOL(of_device_get_match_data);
/linux-6.6.21/drivers/clk/meson/
Dmeson-eeclk.c25 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
Dmeson-aoclk.c45 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_platform.c31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/linux-6.6.21/drivers/gpu/drm/hisilicon/kirin/
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.6.21/sound/soc/codecs/
Dgtm601.c82 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
/linux-6.6.21/drivers/clk/sunxi/
Dclk-sun6i-apb0-gates.c50 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
/linux-6.6.21/drivers/pci/controller/
Dpci-host-common.c59 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
Dpcie-iproc-platform.c55 pcie->type = (enum iproc_pcie_type) of_device_get_match_data(dev); in iproc_pltfm_pcie_probe()
/linux-6.6.21/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-core.c44 mdp_data = of_device_get_match_data(&pdev->dev); in __get_pdev_by_id()
165 mdp->mdp_data = of_device_get_match_data(&pdev->dev); in mdp_probe()
/linux-6.6.21/drivers/power/reset/
Dqcom-pon.c70 reason_shift = (long)of_device_get_match_data(&pdev->dev); in pm8916_pon_probe()
/linux-6.6.21/drivers/phy/samsung/
Dphy-exynos-dp-video.c94 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
/linux-6.6.21/drivers/reset/
Dreset-qcom-aoss.c95 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
Dreset-zynqmp.c111 priv->data = of_device_get_match_data(&pdev->dev); in zynqmp_reset_probe()
/linux-6.6.21/drivers/bus/
Dsimple-pm-bus.c79 const void *data = of_device_get_match_data(&pdev->dev); in simple_pm_bus_remove()
/linux-6.6.21/drivers/nvmem/
Dimx-iim.c112 drvdata = of_device_get_match_data(&pdev->dev); in imx_iim_probe()
/linux-6.6.21/drivers/thermal/
Dimx_sc_thermal.c82 resource_id = of_device_get_match_data(&pdev->dev); in imx_sc_thermal_probe()
/linux-6.6.21/drivers/mfd/
Dmadera-i2c.c30 of_data = of_device_get_match_data(&i2c->dev); in madera_i2c_probe()
Dmadera-spi.c30 of_data = of_device_get_match_data(&spi->dev); in madera_spi_probe()
/linux-6.6.21/drivers/clk/mediatek/
Dclk-mt7629-eth.c138 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7629_eth_probe()
/linux-6.6.21/drivers/char/hw_random/
Dingenic-rng.c98 priv->version = (enum ingenic_rng_version)(uintptr_t)of_device_get_match_data(&pdev->dev); in ingenic_rng_probe()
/linux-6.6.21/drivers/phy/qualcomm/
Dphy-qcom-ipq4019-usb.c122 phy->phy = devm_phy_create(dev, NULL, of_device_get_match_data(dev)); in ipq4019_usb_phy_probe()

12345678910>>...33