Searched refs:of_id (Results 76 - 89 of 89) sorted by relevance

1234

/drivers/mtd/spi-nor/
H A Dfsl-quadspi.c803 const struct of_device_id *of_id = local
872 q->devtype_data = (struct fsl_qspi_devtype_data *)of_id->data;
/drivers/tty/serial/
H A Dsc16is7xx.c1226 const struct of_device_id *of_id = local
1229 devtype = (struct sc16is7xx_devtype *)of_id->data;
H A Dmax310x.c1322 const struct of_device_id *of_id = local
1325 devtype = (struct max310x_devtype *)of_id->data;
H A Dimx.c1824 const struct of_device_id *of_id = local
1848 sport->devdata = of_id->data;
/drivers/media/platform/coda/
H A Dcoda-common.c1838 const struct of_device_id *of_id = local
1922 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev);
1924 if (of_id) {
1925 dev->devtype = of_id->data;
/drivers/dma/
H A Dimx-sdma.c1453 const struct of_device_id *of_id = local
1466 if (of_id)
1467 drvdata = of_id->data;
/drivers/iommu/
H A Darm-smmu.c1900 const struct of_device_id *of_id; local
1915 of_id = of_match_node(arm_smmu_of_match, dev->of_node);
1916 smmu->version = (enum arm_smmu_arch_version)of_id->data;
/drivers/staging/imx-drm/
H A Dimx-hdmi.c1589 const struct of_device_id *of_id = local
1606 if (of_id) {
1607 const struct platform_device_id *device_id = of_id->data;
/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c2487 const struct of_device_id *of_id; local
2501 of_id = of_match_node(bcmgenet_match, dn);
2502 if (!of_id)
2559 priv->version = (enum bcmgenet_version)of_id->data;
/drivers/gpu/ipu-v3/
H A Dipu-common.c1190 const struct of_device_id *of_id = local
1198 devtype = of_id->data;
/drivers/mtd/nand/
H A Dmxc_nand.c1364 const struct of_device_id *of_id = local
1382 host->devtype_data = of_id->data;
/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c336 const struct of_device_id *of_id = local
339 return (struct exynos_dsi_driver_data *)of_id->data;
/drivers/net/ethernet/freescale/
H A Dfec_main.c3141 const struct of_device_id *of_id; local
3147 of_id = of_match_device(fec_dt_ids, &pdev->dev);
3148 if (of_id)
3149 pdev->id_entry = of_id->data;
/drivers/net/ethernet/via/
H A Dvia-velocity.c2974 const struct of_device_id *of_id; local
2978 of_id = of_match_device(velocity_of_ids, &pdev->dev);
2979 if (!of_id)
2981 info = of_id->data;

Completed in 390 milliseconds

1234