Home
last modified time | relevance | path

Searched refs:device_driver_attach (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/idxd/
H 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()
/kernel/linux/linux-5.10/drivers/base/
H A Dbase.h151 int device_driver_attach(struct device_driver *drv, struct device *dev);
H A Ddd.c1017 * device_driver_attach - attach a specific driver to a specific device
1024 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach() function
1124 device_driver_attach(drv, dev); in __driver_attach()
H A Dbus.c214 err = device_driver_attach(drv, dev); in bind_store()
/kernel/linux/linux-6.6/drivers/vfio/mdev/
H A Dmdev_core.c190 ret = device_driver_attach(&drv->driver, &mdev->dev); in mdev_device_create()
/kernel/linux/linux-6.6/drivers/base/
H A Ddd.c493 * Callers should prefer to use device_driver_attach() instead.
1115 * device_driver_attach - attach a specific driver to a specific device
1122 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach() function
1137 EXPORT_SYMBOL_GPL(device_driver_attach); variable
H A Dbus.c265 err = device_driver_attach(drv, dev); in bind_store()
/kernel/linux/linux-6.6/include/linux/
H A Ddevice.h1163 int __must_check device_driver_attach(struct device_driver *drv,

Completed in 11 milliseconds