Home
last modified time | relevance | path

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

/drivers/base/
Dbase.h116 static inline int driver_match_device(struct device_driver *drv, in driver_match_device() function
Ddd.c392 if (!driver_match_device(drv, dev)) in __device_attach()
453 if (!driver_match_device(drv, dev)) in __driver_attach()
Dbus.c203 if (dev && dev->driver == NULL && driver_match_device(drv, dev)) { in driver_bind()