Home
last modified time | relevance | path

Searched refs:driver_match_device (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
H A Dbase.h140 static inline int driver_match_device(struct device_driver *drv, in driver_match_device() function
H A Ddd.c838 ret = driver_match_device(drv, dev); in __device_attach_driver()
1082 ret = driver_match_device(drv, dev); in __driver_attach()
H A Dbus.c213 if (dev && dev->driver == NULL && driver_match_device(drv, dev)) { in bind_store()
/kernel/linux/linux-6.6/drivers/base/
H A Dbase.h164 static inline int driver_match_device(struct device_driver *drv, in driver_match_device() function
H A Ddd.c928 ret = driver_match_device(drv, dev); in __device_attach_driver()
1172 ret = driver_match_device(drv, dev); in __driver_attach()
H A Dbus.c264 if (dev && driver_match_device(drv, dev)) { in bind_store()

Completed in 8 milliseconds