Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/
Dbase.h151 int device_driver_attach(struct device_driver *drv, struct device *dev);
Ddd.c1002 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach() function
1090 device_driver_attach(drv, dev); in __driver_attach()
Dbus.c214 err = device_driver_attach(drv, dev); in bind_store()