Searched refs:driver_match_device (Results 1 – 3 of 3) sorted by relevance
144 static inline int driver_match_device(struct device_driver *drv, in driver_match_device() function
906 ret = driver_match_device(drv, dev); in __device_attach_driver()1150 ret = driver_match_device(drv, dev); in __driver_attach()
213 if (dev && driver_match_device(drv, dev)) { in bind_store()