Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/base/
Ddd.c779 static int __driver_probe_device(struct device_driver *drv, struct device *dev) in __driver_probe_device() function
830 ret = __driver_probe_device(drv, dev); in driver_probe_device()
1127 ret = __driver_probe_device(drv, dev); in device_driver_attach()