device_driver_attach
err = device_driver_attach(drv, dev);
EXPORT_SYMBOL_GPL(device_driver_attach);
rc = device_driver_attach(alt_drv, dev);
err = device_driver_attach(drv, dev);
ret = device_driver_attach(&dell_uart_bl_serdev_driver.driver, &serdev->dev);
ret = device_driver_attach(&yt2_1380_fc_serdev_driver.driver, &serdev->dev);
ret = device_driver_attach(&drv->driver, &mdev->dev);
int __must_check device_driver_attach(const struct device_driver *drv,