Searched refs:device_driver_attach (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | compat.c | 10 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 D | base.h | 151 int device_driver_attach(struct device_driver *drv, struct device *dev);
|
H A D | dd.c | 1017 * 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 D | bus.c | 214 err = device_driver_attach(drv, dev); in bind_store()
|
/kernel/linux/linux-6.6/drivers/vfio/mdev/ |
H A D | mdev_core.c | 190 ret = device_driver_attach(&drv->driver, &mdev->dev); in mdev_device_create()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | dd.c | 493 * 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 D | bus.c | 265 err = device_driver_attach(drv, dev); in bind_store()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | device.h | 1163 int __must_check device_driver_attach(struct device_driver *drv,
|
Completed in 11 milliseconds