Searched refs:driver_attach (Results 1 – 11 of 11) sorted by relevance
1231 int driver_attach(const struct device_driver *drv) in driver_attach() function1236 EXPORT_SYMBOL_GPL(driver_attach);
678 error = driver_attach(drv); in bus_add_driver()
307 err = driver_attach(&onboard_dev_usbdev_driver.driver); in onboard_dev_attach_usb_driver()
771 err = driver_attach(&agp_amd64_pci_driver.driver); in agp_amd64_init()
742 error = driver_attach(&drv->driver); in gameport_attach_driver()
1235 int __must_check driver_attach(const struct device_driver *drv);
776 error = driver_attach(&drv->driver); in serio_attach_driver()
127 retval = driver_attach(&pdrv->drv); in new_id_store()
129 rc = driver_attach(drv); in do_id_store()
725 return driver_attach(&drv->driver); in vmbus_add_dynid()
2591 ret = driver_attach(&hdrv->driver); in new_id_store()