Home
last modified time | relevance | path

Searched refs:of_driver_match_device (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/include/linux/
Dof_device.h23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
63 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
/Linux-v5.4/drivers/usb/common/
Dulpi.c44 return of_driver_match_device(dev, driver); in ulpi_match()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dibmebus.c359 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
/Linux-v5.4/drivers/rpmsg/
Drpmsg_core.c421 return of_driver_match_device(dev, drv); in rpmsg_dev_match()
/Linux-v5.4/drivers/soc/qcom/
Dapr.c194 if (of_driver_match_device(dev, drv)) in apr_device_match()
/Linux-v5.4/drivers/slimbus/
Dcore.c39 if (of_driver_match_device(dev, drv)) in slim_device_match()
/Linux-v5.4/drivers/spmi/
Dspmi.c46 if (of_driver_match_device(dev, drv)) in spmi_device_match()
/Linux-v5.4/drivers/net/phy/
Dmdio_bus.c705 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
/Linux-v5.4/drivers/tty/serdev/
Dcore.c94 return of_driver_match_device(dev, drv); in serdev_device_match()
/Linux-v5.4/drivers/bus/
Dsunxi-rsb.c136 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
Dmoxtet.c92 if (of_driver_match_device(dev, drv)) in moxtet_match()
/Linux-v5.4/drivers/hsi/
Dhsi_core.c42 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_mipi_dsi.c53 if (of_driver_match_device(dev, drv)) in mipi_dsi_device_match()
/Linux-v5.4/drivers/base/
Dplatform.c1091 if (of_driver_match_device(dev, drv)) in platform_match()
/Linux-v5.4/drivers/spi/
Dspi.c352 if (of_driver_match_device(dev, drv)) in spi_match_device()