Searched refs:of_driver_match_device (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| H A D | of_device.h | 20 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
|
| /linux/drivers/nvmem/ |
| H A D | layouts.c | 26 return of_driver_match_device(dev, drv); in nvmem_layout_bus_match()
|
| /linux/drivers/usb/common/ |
| H A D | ulpi.c | 48 return of_driver_match_device(dev, driver); in ulpi_match()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | ibmebus.c | 367 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
|
| /linux/drivers/slimbus/ |
| H A D | core.c | 39 if (of_driver_match_device(dev, drv)) in slim_device_match()
|
| /linux/drivers/spmi/ |
| H A D | spmi.c | 48 if (of_driver_match_device(dev, drv)) in spmi_device_match()
|
| /linux/drivers/bus/ |
| H A D | sunxi-rsb.c | 135 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
|
| H A D | moxtet.c | 93 if (of_driver_match_device(dev, drv)) in moxtet_match()
|
| /linux/drivers/base/ |
| H A D | platform.c | 1359 if (of_driver_match_device(dev, drv)) in platform_match()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_mipi_dsi.c | 59 if (of_driver_match_device(dev, drv)) in mipi_dsi_device_match()
|
| /linux/drivers/fsi/ |
| H A D | fsi-core.c | 120 if (of_driver_match_device(dev, drv)) in fsi_bus_match()
|
| /linux/drivers/spi/ |
| H A D | spi.c | 379 if (of_driver_match_device(dev, drv)) in spi_match_device()
|