Searched refs:of_driver_match_device (Results 1 – 3 of 3) sorted by relevance
23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function64 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
136 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
1000 if (of_driver_match_device(dev, drv)) in platform_match()