| /linux/include/linux/ |
| H A D | of_device.h | 12 extern const struct of_device_id *of_match_device( 23 return of_match_device(drv->of_match_table, dev) != NULL; in of_driver_match_device() 66 static inline const struct of_device_id *of_match_device( in of_match_device() function
|
| /linux/drivers/of/ |
| H A D | device.c | 25 const struct of_device_id *of_match_device(const struct of_device_id *matches, in of_match_device() function 32 EXPORT_SYMBOL(of_match_device); 176 match = of_match_device(dev->driver->of_match_table, dev); in of_device_get_match_data()
|
| /linux/drivers/mfd/ |
| H A D | qcom-spmi-pmic.c | 180 pmic->name = of_match_device(pmic_spmi_id_table, dev)->compatible; in pmic_spmi_load_revid() 236 if (!of_match_device(pmic_spmi_id_table, dev->parent)) in qcom_pmic_get()
|
| H A D | tps6594-spi.c | 110 match = of_match_device(tps6594_spi_of_match_table, dev); in tps6594_spi_probe()
|
| H A D | tps6594-i2c.c | 225 match = of_match_device(tps6594_i2c_of_match_table, dev); in tps6594_i2c_probe()
|
| H A D | tc3589x.c | 338 of_id = of_match_device(tc3589x_match, dev); in tc3589x_of_probe()
|
| /linux/drivers/bus/ |
| H A D | simple-pm-bus.c | 42 match = of_match_device(dev->driver->of_match_table, dev); in simple_pm_bus_probe()
|
| H A D | omap_l3_noc.c | 242 of_id = of_match_device(l3_noc_match, &pdev->dev); in omap_l3_probe()
|
| /linux/drivers/edac/ |
| H A D | highbank_l2_edac.c | 89 id = of_match_device(hb_l2_err_of_match, &pdev->dev); in highbank_l2_err_probe()
|
| H A D | armada_xp_edac.c | 319 id = of_match_device(axp_mc_of_match, &pdev->dev); in axp_mc_probe() 535 id = of_match_device(aurora_l2_of_match, &pdev->dev); in aurora_l2_probe()
|
| H A D | highbank_mc_edac.c | 159 id = of_match_device(hb_ddr_ctrl_of_match, &pdev->dev); in highbank_mc_probe()
|
| H A D | ti_edac.c | 242 id = of_match_device(ti_edac_of_match, &pdev->dev); in ti_edac_probe()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_hw.c | 153 of_id = of_match_device(mtk_vdec_hw_match, dev); in mtk_vdec_hw_probe()
|
| /linux/drivers/remoteproc/ |
| H A D | qcom_wcnss_iris.c | 147 match = of_match_device(iris_of_match, &iris->dev); in qcom_iris_probe()
|
| /linux/rust/kernel/ |
| H A D | driver.rs | |
| /linux/drivers/thermal/st/ |
| H A D | st_thermal.c | 160 match = of_match_device(st_thermal_of_match, dev); in st_thermal_register()
|
| /linux/drivers/clk/samsung/ |
| H A D | clk-exynos-clkout.c | 100 match = of_match_device(exynos_clkout_ids, dev->parent); in exynos_clkout_match_parent_dev()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_bus.c | 42 return !!of_match_device(drv->of_match_table, dev); in dp_aux_ep_match()
|
| /linux/drivers/macintosh/ |
| H A D | macio_asic.c | 46 return of_match_device(matches, dev) != NULL; in macio_bus_match() 84 match = of_match_device(drv->driver.of_match_table, dev); in macio_device_probe()
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu-sun6i-rtc.c | 420 match = of_match_device(sun6i_rtc_ccu_match, dev); in sun6i_rtc_ccu_probe()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-sgmii.c | 399 match = of_match_device(emac_sgmii_dt_match, &sgmii_pdev->dev); in emac_sgmii_config()
|
| /linux/drivers/input/keyboard/ |
| H A D | mtk-pmic-keys.c | 337 of_match_device(of_mtk_pmic_keys_match_tbl, &pdev->dev); in mtk_pmic_keys_probe()
|
| /linux/drivers/regulator/ |
| H A D | max8660.c | 384 id = of_match_device(of_match_ptr(max8660_dt_ids), dev); in max8660_probe()
|
| /linux/drivers/usb/host/ |
| H A D | ehci-platform.c | 259 match = of_match_device(dev->dev.driver->of_match_table, &dev->dev); in ehci_platform_probe()
|
| /linux/sound/soc/codecs/ |
| H A D | tas5086.c | 830 if (of_match_device(of_match_ptr(tas5086_dt_ids), component->dev)) { in tas5086_probe()
|