Home
last modified time | relevance | path

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

12345678910>>...27

/linux/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/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/arch/powerpc/sysdev/
A Dcpm_gpio.c22 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
/linux/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()
226 driver_data = (struct kirin_drm_data *)of_device_get_match_data(dev); in kirin_drm_bind()
/linux/drivers/memory/
A Datmel-sdramc.c47 caps = of_device_get_match_data(&pdev->dev); in atmel_ramc_probe()
/linux/drivers/clk/meson/
A Dmeson-eeclk.c24 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
A Dmeson-aoclk.c44 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_platform.c31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/linux/drivers/of/
A Ddevice.c229 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
239 EXPORT_SYMBOL(of_device_get_match_data);
/linux/drivers/clk/mediatek/
A Dclk-mt2701-g3d.c74 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt2701_g3d_probe()
A Dclk-mt7629-eth.c138 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7629_eth_probe()
A Dclk-mt7622-eth.c127 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7622_eth_probe()
/linux/drivers/bus/
A Dsimple-pm-bus.c59 const void *data = of_device_get_match_data(&pdev->dev); in simple_pm_bus_remove()
/linux/sound/soc/codecs/
A Dgtm601.c83 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
/linux/drivers/soc/sunxi/
A Dsunxi_sram.c311 variant = of_device_get_match_data(dev); in sunxi_sram_regmap_accessible_reg()
340 variant = of_device_get_match_data(&pdev->dev); in sunxi_sram_probe()
/linux/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/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/drivers/gpio/
A Dgpio-ge.c83 gc->ngpio = (u16)(uintptr_t)of_device_get_match_data(&pdev->dev); in gef_gpio_probe()
A Dgpio-74xx-mmio.c115 priv->flags = (uintptr_t)of_device_get_match_data(&pdev->dev); in mmio_74xx_gpio_probe()
/linux/drivers/phy/samsung/
A Dphy-exynos-dp-video.c93 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
/linux/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.c56 pcie->type = (enum iproc_pcie_type) of_device_get_match_data(dev); in iproc_pcie_pltfm_probe()
/linux/drivers/power/reset/
A Dqcom-pon.c68 pon->reason_shift = (long)of_device_get_match_data(&pdev->dev); in pm8916_pon_probe()
/linux/drivers/mfd/
A Dmadera-i2c.c31 of_data = of_device_get_match_data(&i2c->dev); in madera_i2c_probe()
/linux/drivers/nvmem/
A Dimx-iim.c113 drvdata = of_device_get_match_data(&pdev->dev); in imx_iim_probe()

Completed in 24 milliseconds

12345678910>>...27