Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_device.h23 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/
Dspmi.c53 if (of_driver_match_device(dev, drv)) in spmi_device_match()
/linux-4.4.14/drivers/net/phy/
Dmdio_bus.c493 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_mipi_dsi.c50 return of_driver_match_device(dev, drv); in mipi_dsi_device_match()
/linux-4.4.14/arch/powerpc/kernel/
Dibmebus.c354 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
/linux-4.4.14/drivers/bus/
Dsunxi-rsb.c136 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
/linux-4.4.14/drivers/hsi/
Dhsi.c55 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
/linux-4.4.14/drivers/base/
Dplatform.c908 if (of_driver_match_device(dev, drv)) in platform_match()
/linux-4.4.14/drivers/soc/qcom/
Dsmd.c797 return of_driver_match_device(dev, drv); in qcom_smd_dev_match()
/linux-4.4.14/drivers/spi/
Dspi.c296 if (of_driver_match_device(dev, drv)) in spi_match_device()
/linux-4.4.14/drivers/i2c/
Di2c-core.c511 if (of_driver_match_device(dev, drv)) in i2c_device_match()