Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/idxd/
Dcompat.c10 extern int device_driver_attach(struct device_driver *drv, struct device *dev);
59 rc = device_driver_attach(alt_drv, dev); in bind_store()
/Linux-v5.15/drivers/vfio/mdev/
Dmdev_core.c312 ret = device_driver_attach(&drv->driver, &mdev->dev); in mdev_device_create()
/Linux-v5.15/drivers/base/
Ddd.c1059 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach() function
1074 EXPORT_SYMBOL_GPL(device_driver_attach);
Dbus.c214 err = device_driver_attach(drv, dev); in bind_store()
/Linux-v5.15/include/linux/
Ddevice.h883 int __must_check device_driver_attach(struct device_driver *drv,