Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma/idxd/
A 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-6.3-rc2/drivers/vfio/mdev/
A Dmdev_core.c196 ret = device_driver_attach(&drv->driver, &mdev->dev); in mdev_device_create()
/linux-6.3-rc2/drivers/base/
A Ddd.c1090 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach() function
1105 EXPORT_SYMBOL_GPL(device_driver_attach);
A Dbus.c265 err = device_driver_attach(drv, dev); in bind_store()
/linux-6.3-rc2/include/linux/
A Ddevice.h998 int __must_check device_driver_attach(struct device_driver *drv,

Completed in 10 milliseconds