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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dbase.h119 extern int driver_probe_device(struct device_driver *drv, struct device *dev);
H A Ddd.c190 * driver_probe_device - attempt to bind device & driver together
200 int driver_probe_device(struct device_driver *drv, struct device *dev) function
225 return driver_probe_device(drv, dev);
233 * driver_probe_device() for each pair. If a compatible
275 * driver_probe_device() will spit a warning if there
286 driver_probe_device(drv, dev);
299 * match the driver with each one. If driver_probe_device()
H A Dbus.c206 err = driver_probe_device(drv, dev);

Completed in 110 milliseconds