/openbmc/linux/include/linux/ |
H A D | of_device.h | 15 extern const struct of_device_id *of_match_device( 26 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
|
/openbmc/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); 209 match = of_match_device(dev->driver->of_match_table, dev); in of_device_get_match_data()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs42xx8-i2c.c | 29 of_id = of_match_device(cs42xx8_of_match, &i2c->dev); in cs42xx8_i2c_probe()
|
H A D | ak5386.c | 182 if (of_match_device(of_match_ptr(ak5386_dt_ids), dev)) in ak5386_probe()
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | kpss-xcc.c | 40 id = of_match_device(kpss_xcc_match_table, dev); in kpss_xcc_driver_probe()
|
/openbmc/linux/drivers/power/reset/ |
H A D | st-poweroff.c | 79 match = of_match_device(st_reset_of_match, dev); in st_reset_probe()
|
H A D | vexpress-poweroff.c | 112 of_match_device(vexpress_reset_of_match, &pdev->dev); in vexpress_reset_probe()
|
/openbmc/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 | wm831x-i2c.c | 34 of_id = of_match_device(wm831x_of_match, &i2c->dev); in wm831x_i2c_probe()
|
H A D | wm831x-spi.c | 31 of_id = of_match_device(wm831x_of_match, &spi->dev); in wm831x_spi_probe()
|
H A D | hi6421-pmic-core.c | 59 id = of_match_device(of_hi6421_pmic_match, &pdev->dev); in hi6421_pmic_probe()
|
H A D | lp87565.c | 93 of_id = of_match_device(of_lp87565_match_table, &client->dev); in lp87565_probe()
|
H A D | tps6594-spi.c | 108 match = of_match_device(tps6594_spi_of_match_table, dev); in tps6594_spi_probe()
|
H A D | stmpe-i2c.c | 81 of_id = of_match_device(stmpe_of_match, &i2c->dev); in stmpe_i2c_probe()
|
H A D | mc13xxx-spi.c | 156 of_match_device(mc13xxx_dt_ids, &spi->dev); in mc13xxx_spi_probe()
|
/openbmc/linux/drivers/nvmem/ |
H A D | nintendo-otp.c | 78 of_match_device(nintendo_otp_of_table, dev); in nintendo_otp_probe()
|
H A D | mxs-ocotp.c | 146 match = of_match_device(dev->driver->of_match_table, dev); in mxs_ocotp_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | stm32-booster.c | 87 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_booster_probe()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_usb2.c | 64 match = of_match_device(ci_hdrc_usb2_of_match, &pdev->dev); in ci_hdrc_usb2_probe()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct6775-i2c.c | 162 of_id = of_match_device(nct6775_i2c_of_match, dev); in nct6775_i2c_probe()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | smdk_wm8994.c | 174 id = of_match_device(samsung_wm8994_of_match, &pdev->dev); in smdk_audio_probe()
|
/openbmc/linux/drivers/fpga/ |
H A D | altera-hps2fpga.c | 135 of_id = of_match_device(altera_fpga_of_match, dev); in alt_fpga_bridge_probe()
|