Home
last modified time | relevance | path

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

12345678910>>...14

/Linux-v5.4/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()
101 #define of_match_device(matches, dev) \ macro
/Linux-v5.4/drivers/of/
Ddevice.c26 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);
192 match = of_match_device(dev->driver->of_match_table, dev); in of_device_get_match_data()
/Linux-v5.4/drivers/clk/qcom/
Dkpss-xcc.c40 id = of_match_device(kpss_xcc_match_table, &pdev->dev); in kpss_xcc_driver_probe()
/Linux-v5.4/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-v5.4/drivers/mfd/
Dlp87565.c71 of_id = of_match_device(of_lp87565_match_table, &client->dev); in lp87565_probe()
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()
Dstmpe-i2c.c80 of_id = of_match_device(stmpe_of_match, &i2c->dev); in stmpe_i2c_probe()
Drn5t618.c96 of_id = of_match_device(rn5t618_of_match, &i2c->dev); in rn5t618_i2c_probe()
/Linux-v5.4/drivers/clk/sunxi/
Dclk-sun6i-apb0-gates.c53 device = of_match_device(sun6i_a31_apb0_gates_clk_dt_ids, &pdev->dev); in sun6i_a31_apb0_gates_clk_probe()
/Linux-v5.4/drivers/phy/broadcom/
Dphy-bcm-ns-usb3.c214 of_id = of_match_device(bcm_ns_usb3_id_table, dev); in bcm_ns_usb3_mdio_probe()
321 of_id = of_match_device(bcm_ns_usb3_id_table, dev); in bcm_ns_usb3_probe()
/Linux-v5.4/drivers/regulator/
Dstm32-booster.c87 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_booster_probe()
/Linux-v5.4/drivers/pinctrl/mvebu/
Dpinctrl-armada-ap806.c110 of_match_device(armada_ap806_pinctrl_of_match, &pdev->dev); in armada_ap806_pinctrl_probe()
/Linux-v5.4/drivers/usb/chipidea/
Dci_hdrc_usb2.c57 match = of_match_device(ci_hdrc_usb2_of_match, &pdev->dev); in ci_hdrc_usb2_probe()
/Linux-v5.4/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-v5.4/drivers/nvmem/
Dimx-iim.c114 of_id = of_match_device(imx_iim_dt_ids, dev); in imx_iim_probe()
/Linux-v5.4/drivers/hwmon/
Dlm70.c158 match = of_match_device(lm70_of_ids, &spi->dev); in lm70_probe()
/Linux-v5.4/drivers/net/can/mscan/
Dmpc5xxx_can.c292 match = of_match_device(mpc5xxx_can_table, &ofdev->dev); in mpc5xxx_can_probe()
360 match = of_match_device(mpc5xxx_can_table, &ofdev->dev); in mpc5xxx_can_remove()
/Linux-v5.4/drivers/misc/lis3lv02d/
Dlis3lv02d_spi.c87 if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) { in lis302dl_spi_probe()
/Linux-v5.4/drivers/leds/
Dleds-spi-byte.c91 of_dev_id = of_match_device(spi_byte_dt_ids, dev); in spi_byte_probe()
/Linux-v5.4/drivers/mailbox/
Dqcom-apcs-ipc-mailbox.c96 if (of_match_device(apcs_clk_match_table, &pdev->dev)) { in qcom_apcs_ipc_probe()

12345678910>>...14