Home
last modified time | relevance | path

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

1234567891011

/linux-6.1.9/include/linux/
Dof_device.h15 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()
92 static inline const struct of_device_id *of_match_device( in of_match_device() function
/linux-6.1.9/drivers/of/
Ddevice.c28 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()
/linux-6.1.9/drivers/mfd/
Dqcom-spmi-pmic.c148 pmic->name = of_match_device(pmic_spmi_id_table, dev)->compatible; in pmic_spmi_load_revid()
204 if (!of_match_device(pmic_spmi_id_table, dev->parent)) in qcom_pmic_get()
Dmc13xxx-i2c.c79 of_match_device(mc13xxx_dt_ids, &client->dev); in mc13xxx_i2c_probe()
Dwm831x-i2c.c34 of_id = of_match_device(wm831x_of_match, &i2c->dev); in wm831x_i2c_probe()
Dwm831x-spi.c31 of_id = of_match_device(wm831x_of_match, &spi->dev); in wm831x_spi_probe()
Dhi6421-pmic-core.c60 id = of_match_device(of_hi6421_pmic_match, &pdev->dev); in hi6421_pmic_probe()
Dlp87565.c94 of_id = of_match_device(of_lp87565_match_table, &client->dev); in lp87565_probe()
Dstmpe-i2c.c80 of_id = of_match_device(stmpe_of_match, &i2c->dev); in stmpe_i2c_probe()
Dmc13xxx-spi.c157 of_match_device(mc13xxx_dt_ids, &spi->dev); in mc13xxx_spi_probe()
/linux-6.1.9/drivers/clk/qcom/
Dkpss-xcc.c39 id = of_match_device(kpss_xcc_match_table, &pdev->dev); in kpss_xcc_driver_probe()
/linux-6.1.9/drivers/bus/
Dsimple-pm-bus.c32 match = of_match_device(dev->driver->of_match_table, dev); in simple_pm_bus_probe()
/linux-6.1.9/drivers/power/reset/
Dst-poweroff.c79 match = of_match_device(st_reset_of_match, dev); in st_reset_probe()
Dvexpress-poweroff.c112 of_match_device(vexpress_reset_of_match, &pdev->dev); in vexpress_reset_probe()
/linux-6.1.9/drivers/nvmem/
Dnintendo-otp.c78 of_match_device(nintendo_otp_of_table, dev); in nintendo_otp_probe()
Dmxs-ocotp.c146 match = of_match_device(dev->driver->of_match_table, dev); in mxs_ocotp_probe()
/linux-6.1.9/drivers/pinctrl/mvebu/
Dpinctrl-armada-ap806.c110 of_match_device(armada_ap806_pinctrl_of_match, &pdev->dev); in armada_ap806_pinctrl_probe()
/linux-6.1.9/drivers/regulator/
Dstm32-booster.c87 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_booster_probe()
/linux-6.1.9/drivers/usb/chipidea/
Dci_hdrc_usb2.c64 match = of_match_device(ci_hdrc_usb2_of_match, &pdev->dev); in ci_hdrc_usb2_probe()
/linux-6.1.9/drivers/pinctrl/berlin/
Dberlin-bg2cd.c176 of_match_device(berlin2cd_pinctrl_match, &pdev->dev); in berlin2cd_pinctrl_probe()
Dberlin-bg2.c231 of_match_device(berlin2_pinctrl_match, &pdev->dev); in berlin2_pinctrl_probe()
/linux-6.1.9/drivers/misc/lis3lv02d/
Dlis3lv02d_spi.c87 if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) { in lis302dl_spi_probe()
/linux-6.1.9/drivers/edac/
Dhighbank_l2_edac.c88 id = of_match_device(hb_l2_err_of_match, &pdev->dev); in highbank_l2_err_probe()
/linux-6.1.9/drivers/hwmon/
Dnct6775-i2c.c160 of_id = of_match_device(nct6775_i2c_of_match, dev); in nct6775_i2c_probe()
/linux-6.1.9/drivers/fpga/
Daltera-hps2fpga.c135 of_id = of_match_device(altera_fpga_of_match, dev); in alt_fpga_bridge_probe()

1234567891011