Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/vfio/mdev/
H A Dmdev_core.c190 ret = device_driver_attach(&drv->driver, &mdev->dev); in mdev_device_create()
/openbmc/linux/drivers/base/
H A Ddd.c1122 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach() function
1137 EXPORT_SYMBOL_GPL(device_driver_attach);
H A Dbus.c267 err = device_driver_attach(drv, dev); in bind_store()
/openbmc/linux/include/linux/
H A Ddevice.h1166 int __must_check device_driver_attach(struct device_driver *drv,