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

/linux-master/drivers/base/
H A Ddd.c809 * driver_probe_device - attempt to bind device & driver together
822 static int driver_probe_device(struct device_driver *drv, struct device *dev) function
956 ret = driver_probe_device(drv, dev);
1060 * driver_probe_device() for each pair. If a compatible
1146 ret = driver_probe_device(drv, dev);
1166 * driver_probe_device() will spit a warning if there
1214 driver_probe_device(drv, dev);
1225 * match the driver with each one. If driver_probe_device()

Completed in 215 milliseconds