Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dof_device.h22 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
48 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
/linux-3.4.99/drivers/base/
Dplatform.c666 if (of_driver_match_device(dev, drv)) in platform_match()
/linux-3.4.99/drivers/spi/
Dspi.c91 if (of_driver_match_device(dev, drv)) in spi_match_device()
/linux-3.4.99/drivers/i2c/
Di2c-core.c78 if (of_driver_match_device(dev, drv)) in i2c_device_match()