Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dbase.h151 int device_driver_attach(struct device_driver *drv, struct device *dev);
H A Ddd.c1019 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach() function
1115 device_driver_attach(drv, dev); in __driver_attach()
H A Dbus.c214 err = device_driver_attach(drv, dev); in bind_store()