/Linux-v4.19/include/linux/ |
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() 102 #define of_match_device(matches, dev) \ macro
|
/Linux-v4.19/drivers/of/ |
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); 202 match = of_match_device(dev->driver->of_match_table, dev); in of_device_get_match_data()
|
/Linux-v4.19/drivers/power/reset/ |
D | st-poweroff.c | 82 match = of_match_device(st_reset_of_match, dev); in st_reset_probe()
|
D | vexpress-poweroff.c | 119 of_match_device(vexpress_reset_of_match, &pdev->dev); in vexpress_reset_probe()
|
/Linux-v4.19/drivers/mfd/ |
D | lp87565.c | 70 of_id = of_match_device(of_lp87565_match_table, &client->dev); in lp87565_probe()
|
D | mc13xxx-i2c.c | 82 of_match_device(mc13xxx_dt_ids, &client->dev); in mc13xxx_i2c_probe()
|
D | hi6421-pmic-core.c | 63 id = of_match_device(of_hi6421_pmic_match, &pdev->dev); in hi6421_pmic_probe()
|
D | wm831x-i2c.c | 39 of_id = of_match_device(wm831x_of_match, &i2c->dev); in wm831x_i2c_probe()
|
D | wm831x-spi.c | 36 of_id = of_match_device(wm831x_of_match, &spi->dev); in wm831x_spi_probe()
|
D | stmpe-i2c.c | 80 of_id = of_match_device(stmpe_of_match, &i2c->dev); in stmpe_i2c_probe()
|
D | rn5t618.c | 102 of_id = of_match_device(rn5t618_of_match, &i2c->dev); in rn5t618_i2c_probe()
|
D | mc13xxx-spi.c | 159 of_match_device(mc13xxx_dt_ids, &spi->dev); in mc13xxx_spi_probe()
|
/Linux-v4.19/drivers/clk/sunxi/ |
D | clk-sun6i-apb0-gates.c | 54 device = of_match_device(sun6i_a31_apb0_gates_clk_dt_ids, &pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
|
/Linux-v4.19/drivers/phy/broadcom/ |
D | phy-bcm-ns-usb3.c | 217 of_id = of_match_device(bcm_ns_usb3_id_table, dev); in bcm_ns_usb3_mdio_probe() 324 of_id = of_match_device(bcm_ns_usb3_id_table, dev); in bcm_ns_usb3_probe()
|
/Linux-v4.19/drivers/pinctrl/mvebu/ |
D | pinctrl-armada-ap806.c | 114 of_match_device(armada_ap806_pinctrl_of_match, &pdev->dev); in armada_ap806_pinctrl_probe()
|
/Linux-v4.19/drivers/usb/chipidea/ |
D | ci_hdrc_usb2.c | 57 match = of_match_device(ci_hdrc_usb2_of_match, &pdev->dev); in ci_hdrc_usb2_probe()
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/nvmem/ |
D | imx-iim.c | 122 of_id = of_match_device(imx_iim_dt_ids, dev); in imx_iim_probe()
|
/Linux-v4.19/drivers/hwmon/ |
D | lm70.c | 171 match = of_match_device(lm70_of_ids, &spi->dev); in lm70_probe()
|
/Linux-v4.19/drivers/net/can/mscan/ |
D | mpc5xxx_can.c | 303 match = of_match_device(mpc5xxx_can_table, &ofdev->dev); in mpc5xxx_can_probe() 371 match = of_match_device(mpc5xxx_can_table, &ofdev->dev); in mpc5xxx_can_remove()
|
/Linux-v4.19/drivers/misc/lis3lv02d/ |
D | lis3lv02d_spi.c | 90 if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) { in lis302dl_spi_probe()
|
/Linux-v4.19/drivers/edac/ |
D | highbank_l2_edac.c | 99 id = of_match_device(hb_l2_err_of_match, &pdev->dev); in highbank_l2_err_probe()
|
/Linux-v4.19/sound/soc/samsung/ |
D | smdk_wm8994.c | 176 id = of_match_device(of_match_ptr(samsung_wm8994_of_match), &pdev->dev); in smdk_audio_probe()
|
/Linux-v4.19/drivers/iio/potentiometer/ |
D | mcp4018.c | 165 match = of_match_device(of_match_ptr(mcp4018_of_match), dev); in mcp4018_probe()
|