Home
last modified time | relevance | path

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

12345678910>>...14

/Linux-v4.19/drivers/iio/adc/
Daspeed_adc.c100 of_device_get_match_data(data->dev); in aspeed_adc_read_raw()
128 of_device_get_match_data(data->dev); in aspeed_adc_write_raw()
231 model_data = of_device_get_match_data(&pdev->dev); in aspeed_adc_probe()
259 model_data = of_device_get_match_data(&pdev->dev); in aspeed_adc_probe()
/Linux-v4.19/include/linux/
Dof_device.h36 extern const void *of_device_get_match_data(const struct device *dev);
73 static inline const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
/Linux-v4.19/arch/powerpc/sysdev/
Dcpm_gpio.c22 int (*gp_add)(struct device *dev) = of_device_get_match_data(dev); in cpm_gpio_probe()
/Linux-v4.19/drivers/memory/
Datmel-sdramc.c59 caps = of_device_get_match_data(&pdev->dev); in atmel_ramc_probe()
Dmtk-smi.c296 larb->larb_gen = of_device_get_match_data(dev); in mtk_smi_larb_probe()
399 smi_gen = (enum mtk_smi_gen)of_device_get_match_data(dev); in mtk_smi_common_probe()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_platform.c31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/Linux-v4.19/drivers/clk/mediatek/
Dclk-mt2701-g3d.c74 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt2701_g3d_probe()
Dclk-mt7622-eth.c135 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7622_eth_probe()
Dclk-mt7622-hif.c148 clk_init = of_device_get_match_data(&pdev->dev); in clk_mt7622_hif_probe()
/Linux-v4.19/drivers/clk/meson/
Dmeson-aoclk.c42 data = (struct meson_aoclk_data *) of_device_get_match_data(dev); in meson_aoclkc_probe()
/Linux-v4.19/drivers/of/
Ddevice.c198 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
208 EXPORT_SYMBOL(of_device_get_match_data);
/Linux-v4.19/drivers/gpio/
Dgpio-ge.c83 gc->ngpio = (u16)(uintptr_t)of_device_get_match_data(&pdev->dev); in gef_gpio_probe()
Dgpio-74xx-mmio.c117 priv->flags = (uintptr_t)of_device_get_match_data(&pdev->dev); in mmio_74xx_gpio_probe()
/Linux-v4.19/drivers/phy/samsung/
Dphy-exynos-dp-video.c96 state->drvdata = of_device_get_match_data(dev); in exynos_dp_video_phy_probe()
/Linux-v4.19/drivers/mux/
Dadgs1408.c62 chip_id = (enum adgs1408_chip_id)of_device_get_match_data(dev); in adgs1408_probe()
/Linux-v4.19/drivers/mfd/
Dmadera-spi.c35 of_data = of_device_get_match_data(&spi->dev); in madera_spi_probe()
Dmadera-i2c.c35 of_data = of_device_get_match_data(&i2c->dev); in madera_i2c_probe()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-hisi.c283 hisi_pcie->soc_ops = of_device_get_match_data(dev); in hisi_pcie_probe()
340 ops = (struct pci_ecam_ops *)of_device_get_match_data(dev); in hisi_pcie_almost_ecam_probe()
/Linux-v4.19/drivers/reset/
Dreset-qcom-aoss.c95 desc = of_device_get_match_data(dev); in qcom_aoss_reset_probe()
/Linux-v4.19/drivers/pci/controller/
Dpcie-iproc-platform.c58 pcie->type = (enum iproc_pcie_type) of_device_get_match_data(dev); in iproc_pcie_pltfm_probe()
/Linux-v4.19/drivers/soc/samsung/
Dexynos-pmu.c126 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()
/Linux-v4.19/drivers/irqchip/
Dirq-gic-pm.c97 data = of_device_get_match_data(&pdev->dev); in gic_probe()
/Linux-v4.19/drivers/usb/chipidea/
Dci_hdrc_tegra.c72 soc = of_device_get_match_data(&pdev->dev); in tegra_udc_probe()
/Linux-v4.19/drivers/reset/hisilicon/
Dhi6220_reset.c110 type = (enum hi6220_reset_ctrl_type)of_device_get_match_data(dev); in hi6220_reset_probe()
/Linux-v4.19/drivers/mailbox/
Dqcom-apcs-ipc-mailbox.c80 offset = (unsigned long)of_device_get_match_data(&pdev->dev); in qcom_apcs_ipc_probe()

12345678910>>...14