Searched refs:of_match_device (Results 1 – 25 of 237) sorted by relevance
12345678910
/drivers/of/ |
D | device.c | 28 const struct of_device_id *of_match_device(const struct of_device_id *matches, in of_match_device() function 35 EXPORT_SYMBOL(of_match_device); 243 match = of_match_device(dev->driver->of_match_table, dev); in of_device_get_match_data()
|
/drivers/mfd/ |
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()
|
D | mc13xxx-i2c.c | 79 of_match_device(mc13xxx_dt_ids, &client->dev); in mc13xxx_i2c_probe()
|
D | wm831x-i2c.c | 34 of_id = of_match_device(wm831x_of_match, &i2c->dev); in wm831x_i2c_probe()
|
D | wm831x-spi.c | 31 of_id = of_match_device(wm831x_of_match, &spi->dev); in wm831x_spi_probe()
|
D | hi6421-pmic-core.c | 60 id = of_match_device(of_hi6421_pmic_match, &pdev->dev); in hi6421_pmic_probe()
|
D | lp87565.c | 94 of_id = of_match_device(of_lp87565_match_table, &client->dev); in lp87565_probe()
|
D | stmpe-i2c.c | 80 of_id = of_match_device(stmpe_of_match, &i2c->dev); in stmpe_i2c_probe()
|
D | mc13xxx-spi.c | 157 of_match_device(mc13xxx_dt_ids, &spi->dev); in mc13xxx_spi_probe()
|
/drivers/clk/qcom/ |
D | kpss-xcc.c | 39 id = of_match_device(kpss_xcc_match_table, &pdev->dev); in kpss_xcc_driver_probe()
|
/drivers/bus/ |
D | simple-pm-bus.c | 32 match = of_match_device(dev->driver->of_match_table, dev); in simple_pm_bus_probe()
|
/drivers/power/reset/ |
D | st-poweroff.c | 79 match = of_match_device(st_reset_of_match, dev); in st_reset_probe()
|
D | vexpress-poweroff.c | 112 of_match_device(vexpress_reset_of_match, &pdev->dev); in vexpress_reset_probe()
|
/drivers/pinctrl/mvebu/ |
D | pinctrl-armada-ap806.c | 110 of_match_device(armada_ap806_pinctrl_of_match, &pdev->dev); in armada_ap806_pinctrl_probe()
|
/drivers/nvmem/ |
D | nintendo-otp.c | 78 of_match_device(nintendo_otp_of_table, dev); in nintendo_otp_probe()
|
D | mxs-ocotp.c | 146 match = of_match_device(dev->driver->of_match_table, dev); in mxs_ocotp_probe()
|
/drivers/regulator/ |
D | stm32-booster.c | 87 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_booster_probe()
|
/drivers/pinctrl/berlin/ |
D | berlin-bg2cd.c | 176 of_match_device(berlin2cd_pinctrl_match, &pdev->dev); in berlin2cd_pinctrl_probe()
|
D | berlin-bg2.c | 231 of_match_device(berlin2_pinctrl_match, &pdev->dev); in berlin2_pinctrl_probe()
|
/drivers/usb/chipidea/ |
D | ci_hdrc_usb2.c | 64 match = of_match_device(ci_hdrc_usb2_of_match, &pdev->dev); in ci_hdrc_usb2_probe()
|
/drivers/misc/lis3lv02d/ |
D | lis3lv02d_spi.c | 87 if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) { in lis302dl_spi_probe()
|
/drivers/edac/ |
D | highbank_l2_edac.c | 88 id = of_match_device(hb_l2_err_of_match, &pdev->dev); in highbank_l2_err_probe()
|
/drivers/hwmon/ |
D | nct6775-i2c.c | 160 of_id = of_match_device(nct6775_i2c_of_match, dev); in nct6775_i2c_probe()
|
/drivers/fpga/ |
D | altera-hps2fpga.c | 135 of_id = of_match_device(altera_fpga_of_match, dev); in alt_fpga_bridge_probe()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-intel-plat.c | 103 match = of_match_device(intel_eth_plat_match, &pdev->dev); in intel_eth_plat_probe()
|
12345678910