/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 | 26 const struct of_device_id *of_match_device(const struct of_device_id *matches, in of_match_device() function 33 EXPORT_SYMBOL(of_match_device); 181 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 | stmpe-i2c.c | 81 of_id = of_match_device(stmpe_of_match, &i2c->dev); in stmpe_i2c_probe()
|
/linux/drivers/power/reset/ |
H A D | st-poweroff.c | 79 match = of_match_device(st_reset_of_match, dev); in st_reset_probe()
|
/linux/drivers/nvmem/ |
H A D | nintendo-otp.c | 78 of_match_device(nintendo_otp_of_table, dev); in nintendo_otp_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/misc/lis3lv02d/ |
H A D | lis3lv02d_spi.c | 87 if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) { in lis302dl_spi_probe()
|
H A D | lis3lv02d_i2c.c | 109 if (of_match_device(lis3lv02d_i2c_dt_ids, &client->dev)) { in lis3lv02d_i2c_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/i2c/ |
H A D | i2c-core-of.c | 154 match = of_match_device(matches, &client->dev); in i2c_of_match_device()
|
/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/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/soc/pxa/ |
H A D | ssp.c | 154 of_match_device(of_match_ptr(pxa_ssp_of_ids), dev); in pxa_ssp_probe()
|
/linux/drivers/thermal/broadcom/ |
H A D | bcm2835_thermal.c | 178 match = of_match_device(bcm2835_thermal_of_match_table, dev); in bcm2835_thermal_probe()
|
/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 | 41 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/usb/host/ |
H A D | fsl-mph-dr-of.c | 191 match = of_match_device(fsl_usb2_mph_dr_of_match, &ofdev->dev); in fsl_usb2_mph_dr_of_probe()
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun6i-rtc.c | 348 match = of_match_device(sun6i_rtc_ccu_match, dev); in sun6i_rtc_ccu_probe()
|