Home
last modified time | relevance | path

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

12345678910>>...22

/Linux-v5.10/drivers/iio/adc/
Daspeed_adc.c96 of_device_get_match_data(data->dev); in aspeed_adc_read_raw()
124 of_device_get_match_data(data->dev); in aspeed_adc_write_raw()
225 model_data = of_device_get_match_data(&pdev->dev); in aspeed_adc_probe()
253 model_data = of_device_get_match_data(&pdev->dev); in aspeed_adc_probe()
/Linux-v5.10/include/linux/
Dof_device.h36 extern const void *of_device_get_match_data(const struct device *dev);
78 static inline const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
/Linux-v5.10/drivers/irqchip/
Dirqchip.c39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
/Linux-v5.10/arch/powerpc/sysdev/
Dcpm_gpio.c22 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
/Linux-v5.10/drivers/clk/meson/
Dmeson-eeclk.c23 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
Dmeson-aoclk.c42 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
/Linux-v5.10/drivers/memory/
Datmel-sdramc.c47 caps = of_device_get_match_data(&pdev->dev); in atmel_ramc_probe()
/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_platform.c31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/Linux-v5.10/drivers/clk/mediatek/
Dclk-mt2701-g3d.c74 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt2701_g3d_probe()
Dclk-mt7622-eth.c127 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7622_eth_probe()
Dclk-mt7629-eth.c138 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7629_eth_probe()
/Linux-v5.10/sound/soc/codecs/
Dgtm601.c83 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
/Linux-v5.10/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()
228 driver_data = (struct kirin_drm_data *)of_device_get_match_data(dev); in kirin_drm_bind()
/Linux-v5.10/drivers/of/
Ddevice.c202 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
212 EXPORT_SYMBOL(of_device_get_match_data);
/Linux-v5.10/drivers/gpio/
Dgpio-ge.c83 gc->ngpio = (u16)(uintptr_t)of_device_get_match_data(&pdev->dev); in gef_gpio_probe()
Dgpio-74xx-mmio.c115 priv->flags = (uintptr_t)of_device_get_match_data(&pdev->dev); in mmio_74xx_gpio_probe()
/Linux-v5.10/drivers/clk/sunxi/
Dclk-sun6i-apb0-gates.c52 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
/Linux-v5.10/drivers/pci/controller/
Dpci-host-common.c59 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
Dpcie-iproc-platform.c56 pcie->type = (enum iproc_pcie_type) of_device_get_match_data(dev); in iproc_pcie_pltfm_probe()
/Linux-v5.10/drivers/phy/samsung/
Dphy-exynos-dp-video.c93 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
/Linux-v5.10/drivers/soc/ti/
Dpruss.c128 data = of_device_get_match_data(dev); in pruss_clk_init()
177 data = of_device_get_match_data(&pdev->dev); in pruss_probe()
/Linux-v5.10/drivers/power/reset/
Dqcom-pon.c68 pon->reason_shift = (long)of_device_get_match_data(&pdev->dev); in pm8916_pon_probe()
/Linux-v5.10/drivers/soc/samsung/
Dexynos-pmu.c124 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()
/Linux-v5.10/drivers/reset/
Dreset-qcom-aoss.c95 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
/Linux-v5.10/drivers/usb/chipidea/
Dci_hdrc_tegra.c60 soc = of_device_get_match_data(&pdev->dev); in tegra_udc_probe()

12345678910>>...22