Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Ddd.c879 * driver_probe_device - attempt to bind device & driver together in __driver_probe_device()
892 static int driver_probe_device(const struct device_driver *drv, struct device *dev)
1026 ret = driver_probe_device(drv, dev); in __device_attach_driver()
1130 * driver_probe_device() for each pair. If a compatible
1224 ret = driver_probe_device(drv, dev); in __driver_attach_async_helper()
1244 * driver_probe_device() will spit a warning if there in __driver_attach()
1292 driver_probe_device(drv, dev); in __driver_attach()
1303 * match the driver with each one. If driver_probe_device()
895 static int driver_probe_device(const struct device_driver *drv, struct device *dev) driver_probe_device() function