Home
last modified time | relevance | path

Searched refs:of_match_device (Results 1 – 25 of 33) sorted by relevance

12

/linux/include/linux/
H A Dof_device.h12 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 Ddevice.c25 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 Dqcom-spmi-pmic.c180 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 Dtps6594-spi.c110 match = of_match_device(tps6594_spi_of_match_table, dev); in tps6594_spi_probe()
H A Dtps6594-i2c.c225 match = of_match_device(tps6594_i2c_of_match_table, dev); in tps6594_i2c_probe()
H A Dtc3589x.c338 of_id = of_match_device(tc3589x_match, dev); in tc3589x_of_probe()
/linux/drivers/bus/
H A Dsimple-pm-bus.c42 match = of_match_device(dev->driver->of_match_table, dev); in simple_pm_bus_probe()
H A Domap_l3_noc.c242 of_id = of_match_device(l3_noc_match, &pdev->dev); in omap_l3_probe()
/linux/drivers/edac/
H A Dhighbank_l2_edac.c89 id = of_match_device(hb_l2_err_of_match, &pdev->dev); in highbank_l2_err_probe()
H A Darmada_xp_edac.c319 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 Dhighbank_mc_edac.c159 id = of_match_device(hb_ddr_ctrl_of_match, &pdev->dev); in highbank_mc_probe()
H A Dti_edac.c242 id = of_match_device(ti_edac_of_match, &pdev->dev); in ti_edac_probe()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_hw.c153 of_id = of_match_device(mtk_vdec_hw_match, dev); in mtk_vdec_hw_probe()
/linux/drivers/remoteproc/
H A Dqcom_wcnss_iris.c147 match = of_match_device(iris_of_match, &iris->dev); in qcom_iris_probe()
/linux/rust/kernel/
H A Ddriver.rs
/linux/drivers/thermal/st/
H A Dst_thermal.c160 match = of_match_device(st_thermal_of_match, dev); in st_thermal_register()
/linux/drivers/clk/samsung/
H A Dclk-exynos-clkout.c100 match = of_match_device(exynos_clkout_ids, dev->parent); in exynos_clkout_match_parent_dev()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c42 return !!of_match_device(drv->of_match_table, dev); in dp_aux_ep_match()
/linux/drivers/macintosh/
H A Dmacio_asic.c46 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 Dccu-sun6i-rtc.c420 match = of_match_device(sun6i_rtc_ccu_match, dev); in sun6i_rtc_ccu_probe()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c399 match = of_match_device(emac_sgmii_dt_match, &sgmii_pdev->dev); in emac_sgmii_config()
/linux/drivers/input/keyboard/
H A Dmtk-pmic-keys.c337 of_match_device(of_mtk_pmic_keys_match_tbl, &pdev->dev); in mtk_pmic_keys_probe()
/linux/drivers/regulator/
H A Dmax8660.c384 id = of_match_device(of_match_ptr(max8660_dt_ids), dev); in max8660_probe()
/linux/drivers/usb/host/
H A Dehci-platform.c259 match = of_match_device(dev->dev.driver->of_match_table, &dev->dev); in ehci_platform_probe()
/linux/sound/soc/codecs/
H A Dtas5086.c830 if (of_match_device(of_match_ptr(tas5086_dt_ids), component->dev)) { in tas5086_probe()

12