Home
last modified time | relevance | path

Searched refs:of_match_device (Results 51 – 75 of 258) sorted by relevance

1234567891011

/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-orion.c222 of_match_device(orion_pinctrl_of_match, &pdev->dev); in orion_pinctrl_probe()
/openbmc/linux/drivers/pinctrl/berlin/
H A Dberlin-bg2q.c393 of_match_device(berlin2q_pinctrl_match, &pdev->dev); in berlin2q_pinctrl_probe()
H A Dpinctrl-as370.c334 of_match_device(as370_pinctrl_match, &pdev->dev); in as370_pinctrl_probe()
/openbmc/linux/drivers/thermal/st/
H A Dst_thermal.c162 match = of_match_device(st_thermal_of_match, dev); in st_thermal_register()
/openbmc/linux/drivers/mfd/
H A Dtps6594-i2c.c223 match = of_match_device(tps6594_i2c_of_match_table, dev); in tps6594_i2c_probe()
H A Dmotorola-cpcap.c297 match = of_match_device(cpcap_of_match, &spi->dev); in cpcap_probe()
H A Dlochnagar-i2c.c285 of_id = of_match_device(lochnagar_of_match, dev); in lochnagar_i2c_probe()
/openbmc/linux/drivers/watchdog/
H A Dst_lpc_wdt.c176 match = of_match_device(st_wdog_match, dev); in st_wdog_probe()
/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-control.c274 of_id = of_match_device(omap_control_phy_id_table, &pdev->dev); in omap_control_phy_probe()
H A Dphy-dm816x-usb.c184 of_id = of_match_device(of_match_ptr(dm816x_usb_phy_id_table), in dm816x_usb_phy_probe()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace.c114 hace_dev_id = of_match_device(aspeed_hace_of_matches, &pdev->dev); in aspeed_hace_probe()
/openbmc/linux/drivers/pmdomain/actions/
H A Dowl-sps.c109 match = of_match_device(pdev->dev.driver->of_match_table, &pdev->dev); in owl_sps_probe()
/openbmc/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()
/openbmc/linux/drivers/edac/
H A Darmada_xp_edac.c317 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()
/openbmc/linux/sound/soc/stm/
H A Dstm32_sai.c167 of_id = of_match_device(stm32_sai_ids, &pdev->dev); in stm32_sai_probe()
/openbmc/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d_i2c.c109 if (of_match_device(lis3lv02d_i2c_dt_ids, &client->dev)) { in lis3lv02d_i2c_probe()
/openbmc/linux/drivers/regulator/
H A Dmax1586.c220 match = of_match_device(of_match_ptr(max1586_of_match), in max1586_pmic_probe()
/openbmc/linux/drivers/firmware/meson/
H A Dmeson_sm.c294 chip = of_match_device(meson_sm_ids, dev)->data; in meson_sm_probe()
/openbmc/linux/sound/soc/codecs/
H A Dtas5086.c831 if (of_match_device(of_match_ptr(tas5086_dt_ids), component->dev)) { in tas5086_probe()
943 if (of_match_device(of_match_ptr(tas5086_dt_ids), dev)) { in tas5086_i2c_probe()
/openbmc/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()
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns.c228 of_id = of_match_device(ns_pinctrl_of_match_table, dev); in ns_pinctrl_probe()
/openbmc/linux/drivers/fpga/
H A Daltera-ps-spi.c267 of_id = of_match_device(of_ef_match, &spi->dev); in altera_ps_probe()
/openbmc/linux/drivers/nvmem/
H A Dstm32-romem.c215 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_romem_probe()
/openbmc/linux/drivers/bus/
H A Domap_l3_noc.c242 of_id = of_match_device(l3_noc_match, &pdev->dev); in omap_l3_probe()

1234567891011