Home
last modified time | relevance | path

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

123

/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.c26 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 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 Dstmpe-i2c.c81 of_id = of_match_device(stmpe_of_match, &i2c->dev); in stmpe_i2c_probe()
/linux/drivers/power/reset/
H A Dst-poweroff.c79 match = of_match_device(st_reset_of_match, dev); in st_reset_probe()
/linux/drivers/nvmem/
H A Dnintendo-otp.c78 of_match_device(nintendo_otp_of_table, dev); in nintendo_otp_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/misc/lis3lv02d/
H A Dlis3lv02d_spi.c87 if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) { in lis302dl_spi_probe()
H A Dlis3lv02d_i2c.c109 if (of_match_device(lis3lv02d_i2c_dt_ids, &client->dev)) { in lis3lv02d_i2c_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/i2c/
H A Di2c-core-of.c154 match = of_match_device(matches, &client->dev); in i2c_of_match_device()
/linux/drivers/remoteproc/
H A Dqcom_wcnss_iris.c147 match = of_match_device(iris_of_match, &iris->dev); in qcom_iris_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/soc/pxa/
H A Dssp.c154 of_match_device(of_match_ptr(pxa_ssp_of_ids), dev); in pxa_ssp_probe()
/linux/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c178 match = of_match_device(bcm2835_thermal_of_match_table, dev); in bcm2835_thermal_probe()
/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.c41 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/usb/host/
H A Dfsl-mph-dr-of.c191 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 Dccu-sun6i-rtc.c348 match = of_match_device(sun6i_rtc_ccu_match, dev); in sun6i_rtc_ccu_probe()

123