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

/linux-master/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);
/linux-master/drivers/vfio/mdev/
H A Dmdev_core.c190 ret = device_driver_attach(&drv->driver, &mdev->dev);
/linux-master/drivers/platform/x86/
H A Dlenovo-yoga-tab2-pro-1380-fastcharger.c272 ret = device_driver_attach(&yt2_1380_fc_serdev_driver.driver, &serdev->dev);
274 /* device_driver_attach() maps EPROBE_DEFER to EAGAIN, map it back */
314 * device_driver_attach() on the serdev, serdev-driver pair.
/linux-master/drivers/platform/x86/dell/
H A Ddell-uart-backlight.c363 ret = device_driver_attach(&dell_uart_bl_serdev_driver.driver, &serdev->dev);
/linux-master/drivers/base/
H A Ddd.c492 * Callers should prefer to use device_driver_attach() instead.
1113 * device_driver_attach - attach a specific driver to a specific device
1120 int device_driver_attach(struct device_driver *drv, struct device *dev) function
1135 EXPORT_SYMBOL_GPL(device_driver_attach); variable
H A Dbus.c265 err = device_driver_attach(drv, dev);
/linux-master/include/linux/
H A Ddevice.h1164 int __must_check device_driver_attach(struct device_driver *drv,

Completed in 299 milliseconds