Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dbase.h114 extern int driver_probe_device(struct device_driver *drv, struct device *dev);
Ddd.c644 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device() function
758 return driver_probe_device(drv, dev); in __device_attach_driver()
896 driver_probe_device(drv, dev); in __driver_attach()
Dbus.c217 err = driver_probe_device(drv, dev); in bind_store()