| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | aspeed_adc.c | 96 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() 226 model_data = of_device_get_match_data(&pdev->dev); in aspeed_adc_probe() 254 model_data = of_device_get_match_data(&pdev->dev); in aspeed_adc_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of_device.h | 36 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
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irqchip.c | 39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | kirin_drm_drv.c | 95 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | cpm_gpio.c | 22 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | device.c | 206 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function 216 EXPORT_SYMBOL(of_device_get_match_data);
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | atmel-sdramc.c | 47 caps = of_device_get_match_data(&pdev->dev); in atmel_ramc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clk/meson/ |
| H A D | meson-eeclk.c | 25 data = of_device_get_match_data(dev); in meson_eeclkc_probe()
|
| H A D | meson-aoclk.c | 45 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_platform.c | 31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | pruss.c | 128 data = of_device_get_match_data(dev); in pruss_clk_init() 177 data = of_device_get_match_data(&pdev->dev); in pruss_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clk/mediatek/ |
| H A D | clk-mt2701-g3d.c | 74 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt2701_g3d_probe()
|
| H A D | clk-mt7622-eth.c | 127 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7622_eth_probe()
|
| H A D | clk-mt7629-eth.c | 138 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7629_eth_probe()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | gtm601.c | 83 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-ge.c | 83 gc->ngpio = (u16)(uintptr_t)of_device_get_match_data(&pdev->dev); in gef_gpio_probe()
|
| H A D | gpio-74xx-mmio.c | 115 priv->flags = (uintptr_t)of_device_get_match_data(&pdev->dev); in mmio_74xx_gpio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | clk-sun6i-apb0-gates.c | 52 data = of_device_get_match_data(&pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
|
| /OK3568_Linux_fs/kernel/drivers/phy/samsung/ |
| H A D | phy-exynos-dp-video.c | 93 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-host-common.c | 59 ops = of_device_get_match_data(&pdev->dev); in pci_host_common_probe()
|
| H A D | pcie-iproc-platform.c | 56 pcie->type = (enum iproc_pcie_type) of_device_get_match_data(dev); in iproc_pcie_pltfm_probe()
|
| /OK3568_Linux_fs/kernel/drivers/power/reset/ |
| H A D | qcom-pon.c | 68 pon->reason_shift = (long)of_device_get_match_data(&pdev->dev); in pm8916_pon_probe()
|
| /OK3568_Linux_fs/kernel/drivers/reset/ |
| H A D | reset-qcom-aoss.c | 95 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/samsung/ |
| H A D | exynos-pmu.c | 124 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | madera-i2c.c | 31 of_data = of_device_get_match_data(&i2c->dev); in madera_i2c_probe()
|