Symbol: of_match_device
arch/powerpc/platforms/pseries/ibmebus.c
350
return of_match_device(matches, dev) != NULL;
drivers/bluetooth/btusb.c
3793
if (!of_match_device(btusb_match_table, dev))
drivers/bus/fsl-mc/fsl-mc-bus.c
1217
if (!of_match_device(fsl_mc_bus_match_table, dev) &&
drivers/bus/omap_l3_noc.c
242
of_id = of_match_device(l3_noc_match, &pdev->dev);
drivers/bus/simple-pm-bus.c
42
match = of_match_device(dev->driver->of_match_table, dev);
drivers/clk/samsung/clk-exynos-clkout.c
101
match = of_match_device(exynos_clkout_ids, dev->parent);
drivers/clk/sunxi-ng/ccu-sun6i-rtc.c
359
match = of_match_device(sun6i_rtc_ccu_match, dev);
drivers/edac/armada_xp_edac.c
319
id = of_match_device(axp_mc_of_match, &pdev->dev);
drivers/edac/armada_xp_edac.c
535
id = of_match_device(aurora_l2_of_match, &pdev->dev);
drivers/edac/highbank_l2_edac.c
89
id = of_match_device(hb_l2_err_of_match, &pdev->dev);
drivers/edac/highbank_mc_edac.c
159
id = of_match_device(hb_ddr_ctrl_of_match, &pdev->dev);
drivers/edac/ti_edac.c
242
id = of_match_device(ti_edac_of_match, &pdev->dev);
drivers/gpu/drm/arm/malidp_drv.c
766
dev_id = of_match_device(malidp_drm_of_match, dev);
drivers/gpu/drm/bridge/imx/imx8qxp-ldb.c
498
match = of_match_device(dev->driver->of_match_table, dev);
drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c
337
match = of_match_device(dev->driver->of_match_table, dev);
drivers/gpu/drm/display/drm_dp_aux_bus.c
42
return !!of_match_device(drv->of_match_table, dev);
drivers/gpu/drm/renesas/rcar-du/rcar_lvds.c
706
match = of_match_device(dev->driver->of_match_table, dev);
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c
860
match = of_match_device(dsi->dev->driver->of_match_table, dsi->dev);
drivers/i2c/busses/i2c-nomadik.c
1098
match = of_match_device(nmk_i2c_eyeq_match_table, dev);
drivers/i2c/i2c-core-of.c
153
match = of_match_device(matches, &client->dev);
drivers/input/keyboard/mtk-pmic-keys.c
337
of_match_device(of_mtk_pmic_keys_match_tbl, &pdev->dev);
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
331
of_match_device(client_match, dev);
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
575
of_match_device(qcom_smmu_client_of_match, dev);
drivers/macintosh/macio_asic.c
46
return of_match_device(matches, dev) != NULL;
drivers/macintosh/macio_asic.c
84
match = of_match_device(drv->driver.of_match_table, dev);
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_hw.c
153
of_id = of_match_device(mtk_vdec_hw_match, dev);
drivers/memory/omap-gpmc.c
2318
of_match_device(gpmc_dt_ids, &pdev->dev);
drivers/mfd/qcom-spmi-pmic.c
180
pmic->name = of_match_device(pmic_spmi_id_table, dev)->compatible;
drivers/mfd/qcom-spmi-pmic.c
236
if (!of_match_device(pmic_spmi_id_table, dev->parent))
drivers/mfd/stmpe-i2c.c
81
of_id = of_match_device(stmpe_of_match, &i2c->dev);
drivers/mfd/tc3589x.c
338
of_id = of_match_device(tc3589x_match, dev);
drivers/mfd/tps6594-i2c.c
226
match = of_match_device(tps6594_i2c_of_match_table, dev);
drivers/mfd/tps6594-spi.c
111
match = of_match_device(tps6594_spi_of_match_table, dev);
drivers/mfd/twl6030-irq.c
298
of_id = of_match_device(twl6030_of_match, dev);
drivers/misc/eeprom/m24lr.c
478
if (dev->of_node && of_match_device(m24lr_of_match, dev))
drivers/misc/lis3lv02d/lis3lv02d_i2c.c
109
if (of_match_device(lis3lv02d_i2c_dt_ids, &client->dev)) {
drivers/misc/lis3lv02d/lis3lv02d_spi.c
87
if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) {
drivers/mmc/host/omap_hsmmc.c
1772
match = of_match_device(of_match_ptr(omap_mmc_of_match), &pdev->dev);
drivers/mmc/host/sdhci-pxav3.c
444
match = of_match_device(of_match_ptr(sdhci_pxav3_of_match), &pdev->dev);
drivers/net/ethernet/freescale/enetc/netc_blk_ctrl.c
772
id = of_match_device(netc_blk_ctrl_match, dev);
drivers/net/ethernet/qualcomm/emac/emac-sgmii.c
399
match = of_match_device(emac_sgmii_dt_match, &sgmii_pdev->dev);
drivers/net/ethernet/smsc/smc91x.c
2266
match = of_match_device(of_match_ptr(smc91x_match), &pdev->dev);
drivers/net/ethernet/sun/sunhme.c
2813
match = of_match_device(hme_sbus_match, &op->dev);
drivers/net/ethernet/ti/am65-cpsw-nuss.c
3540
of_id = of_match_device(am65_cpsw_nuss_of_mtable, dev);
drivers/net/wireless/ath/ath12k/ahb.c
995
of_id = of_match_device(driver->id_table, &pdev->dev);
drivers/nvmem/nintendo-otp.c
78
of_match_device(nintendo_otp_of_table, dev);
drivers/of/device.c
177
match = of_match_device(dev->driver->of_match_table, dev);
drivers/of/device.c
33
EXPORT_SYMBOL(of_match_device);
drivers/power/reset/st-poweroff.c
79
match = of_match_device(st_reset_of_match, dev);
drivers/power/supply/qcom_battmgr.c
1653
match = of_match_device(qcom_battmgr_of_variants, dev->parent);
drivers/regulator/act8865-regulator.c
670
id = of_match_device(of_match_ptr(act8865_dt_ids), dev);
drivers/regulator/max8660.c
384
id = of_match_device(of_match_ptr(max8660_dt_ids), dev);
drivers/regulator/max8973-regulator.c
630
match = of_match_device(of_match_ptr(of_max8973_match_tbl),
drivers/regulator/pfuze100-regulator.c
702
match = of_match_device(pfuze_dt_ids, &client->dev);
drivers/regulator/tps62360-regulator.c
345
match = of_match_device(of_match_ptr(tps62360_of_match),
drivers/remoteproc/qcom_wcnss_iris.c
147
match = of_match_device(iris_of_match, &iris->dev);
drivers/soc/pxa/ssp.c
154
of_match_device(of_match_ptr(pxa_ssp_of_ids), dev);
drivers/soc/qcom/pmic_glink_altmode.c
585
match = of_match_device(pmic_glink_altmode_of_quirks, dev->parent);
drivers/spi/spi-mt7621.c
325
match = of_match_device(mt7621_spi_match, &pdev->dev);
drivers/spi/spi-mxs.c
531
of_match_device(mxs_spi_dt_ids, &pdev->dev);
drivers/spi/spi-omap2-mcspi.c
1505
match = of_match_device(omap_mcspi_of_match, &pdev->dev);
drivers/spi/spi-tegra20-sflash.c
424
match = of_match_device(tegra_sflash_of_match, &pdev->dev);
drivers/thermal/armada_thermal.c
832
match = of_match_device(armada_thermal_id_table, &pdev->dev);
drivers/thermal/broadcom/bcm2835_thermal.c
174
match = of_match_device(bcm2835_thermal_of_match_table, dev);
drivers/thermal/st/st_thermal.c
160
match = of_match_device(st_thermal_of_match, dev);
drivers/thermal/ti-soc-thermal/ti-bandgap.c
836
of_id = of_match_device(of_ti_bandgap_match, &pdev->dev);
drivers/tty/serial/msm_serial.c
1822
id = of_match_device(msm_uartdm_table, &pdev->dev);
drivers/tty/serial/mvebu-uart.c
877
const struct of_device_id *match = of_match_device(mvebu_uart_of_match,
drivers/ufs/host/ufs-mediatek.c
1235
id = of_match_device(ufs_mtk_of_match, dev);
drivers/usb/host/ehci-platform.c
259
match = of_match_device(dev->dev.driver->of_match_table, &dev->dev);
drivers/usb/host/fsl-mph-dr-of.c
191
match = of_match_device(fsl_usb2_mph_dr_of_match, &ofdev->dev);
drivers/usb/host/xhci-plat.c
290
of_match = of_match_device(pdev->dev.driver->of_match_table, &pdev->dev);
drivers/usb/typec/ucsi/ucsi_glink.c
416
match = of_match_device(pmic_glink_ucsi_of_quirks, dev->parent);
drivers/video/fbdev/atmel_lcdfb.c
934
of_match_device(atmel_lcdfb_dt_ids, dev)->data;
drivers/video/fbdev/imxfb.c
894
of_id = of_match_device(imxfb_of_dev_id, &pdev->dev);
drivers/watchdog/orion_wdt.c
566
match = of_match_device(orion_wdt_of_match_table, &pdev->dev);
include/linux/of_device.h
12
extern const struct of_device_id *of_match_device(
include/linux/of_device.h
23
return of_match_device(drv->of_match_table, dev) != NULL;
sound/soc/codecs/tas5086.c
830
if (of_match_device(of_match_ptr(tas5086_dt_ids), component->dev)) {
sound/soc/tegra/tegra210_adx.c
684
match = of_match_device(tegra210_adx_of_match, dev);