Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dof_device.h23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
64 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
/linux-4.19.296/drivers/bus/
Dsunxi-rsb.c136 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
/linux-4.19.296/drivers/base/
Dplatform.c1000 if (of_driver_match_device(dev, drv)) in platform_match()