Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dof_device.h23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
45 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
/openbmc/linux/drivers/usb/common/
H A Dulpi.c48 return of_driver_match_device(dev, driver); in ulpi_match()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dibmebus.c366 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
/openbmc/linux/drivers/slimbus/
H A Dcore.c39 if (of_driver_match_device(dev, drv)) in slim_device_match()
/openbmc/linux/drivers/spmi/
H A Dspmi.c48 if (of_driver_match_device(dev, drv)) in spmi_device_match()
/openbmc/linux/drivers/rpmsg/
H A Drpmsg_core.c511 return of_driver_match_device(dev, drv); in rpmsg_dev_match()
/openbmc/linux/drivers/bus/
H A Dsunxi-rsb.c135 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
H A Dmoxtet.c92 if (of_driver_match_device(dev, drv)) in moxtet_match()
/openbmc/linux/drivers/hsi/
H A Dhsi_core.c42 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
/openbmc/linux/drivers/tty/serdev/
H A Dcore.c95 return of_driver_match_device(dev, drv); in serdev_device_match()
/openbmc/linux/drivers/soc/qcom/
H A Dapr.c348 if (of_driver_match_device(dev, drv)) in apr_device_match()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c56 if (of_driver_match_device(dev, drv)) in mipi_dsi_device_match()
/openbmc/linux/drivers/net/phy/
H A Dmdio_bus.c1349 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
/openbmc/linux/drivers/base/
H A Dplatform.c1345 if (of_driver_match_device(dev, drv)) in platform_match()
/openbmc/linux/drivers/fsi/
H A Dfsi-core.c1379 if (of_driver_match_device(dev, drv)) in fsi_bus_match()
/openbmc/linux/drivers/spi/
H A Dspi.c386 if (of_driver_match_device(dev, drv)) in spi_match_device()