Searched refs:of_driver_match_device (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | of_device.h | 23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function 64 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
|
| /Linux-v4.19/drivers/usb/common/ |
| D | ulpi.c | 44 return of_driver_match_device(dev, driver); in ulpi_match()
|
| /Linux-v4.19/drivers/soc/qcom/ |
| D | apr.c | 142 if (of_driver_match_device(dev, drv)) in apr_device_match()
|
| /Linux-v4.19/arch/powerpc/platforms/pseries/ |
| D | ibmebus.c | 361 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
|
| /Linux-v4.19/drivers/rpmsg/ |
| D | rpmsg_core.c | 421 return of_driver_match_device(dev, drv); in rpmsg_dev_match()
|
| /Linux-v4.19/drivers/spmi/ |
| D | spmi.c | 54 if (of_driver_match_device(dev, drv)) in spmi_device_match()
|
| /Linux-v4.19/drivers/net/phy/ |
| D | mdio_bus.c | 699 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
|
| /Linux-v4.19/drivers/tty/serdev/ |
| D | core.c | 93 return of_driver_match_device(dev, drv); in serdev_device_match()
|
| /Linux-v4.19/drivers/bus/ |
| D | sunxi-rsb.c | 136 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
|
| /Linux-v4.19/drivers/hsi/ |
| D | hsi_core.c | 55 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
|
| /Linux-v4.19/drivers/gpu/drm/ |
| D | drm_mipi_dsi.c | 53 if (of_driver_match_device(dev, drv)) in mipi_dsi_device_match()
|
| /Linux-v4.19/drivers/base/ |
| D | platform.c | 973 if (of_driver_match_device(dev, drv)) in platform_match()
|
| /Linux-v4.19/drivers/spi/ |
| D | spi.c | 309 if (of_driver_match_device(dev, drv)) in spi_match_device()
|