Searched refs:of_driver_match_device (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
D | of_device.h | 23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function 61 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
|
/linux-4.4.14/drivers/spmi/ |
D | spmi.c | 53 if (of_driver_match_device(dev, drv)) in spmi_device_match()
|
/linux-4.4.14/drivers/net/phy/ |
D | mdio_bus.c | 493 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 50 return of_driver_match_device(dev, drv); in mipi_dsi_device_match()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ibmebus.c | 354 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
|
/linux-4.4.14/drivers/bus/ |
D | sunxi-rsb.c | 136 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
|
/linux-4.4.14/drivers/hsi/ |
D | hsi.c | 55 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
|
/linux-4.4.14/drivers/base/ |
D | platform.c | 908 if (of_driver_match_device(dev, drv)) in platform_match()
|
/linux-4.4.14/drivers/soc/qcom/ |
D | smd.c | 797 return of_driver_match_device(dev, drv); in qcom_smd_dev_match()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 296 if (of_driver_match_device(dev, drv)) in spi_match_device()
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 511 if (of_driver_match_device(dev, drv)) in i2c_device_match()
|