Searched refs:driver_attach (Results 1 – 13 of 13) sorted by relevance
1302 * driver_attach - try to bind driver to devices. in driver_attach() function 1310 int driver_attach(const struct device_driver *drv)1315 EXPORT_SYMBOL_GPL(driver_attach); in __device_release_driver()
756 error = driver_attach(drv); in bus_add_driver()
308 err = driver_attach(&onboard_dev_usbdev_driver.driver); in onboard_dev_attach_usb_driver()
744 error = driver_attach(&drv->driver); in gameport_attach_driver()
1261 int __must_check driver_attach(const struct device_driver *drv);
777 error = driver_attach(&drv->driver); in serio_attach_driver()
127 retval = driver_attach(&pdrv->drv); in new_id_store()
77 return driver_attach(&drv->driver); in pci_add_dynid()
102 retval = driver_attach(driver); in usb_store_new_id()
1519 rc = driver_attach(&udriver->driver); in __usb_serial_register_drivers()
130 rc = driver_attach(drv); in do_id_store()
736 * guest. This function calls driver_attach(), which looks for an existing768 return driver_attach(&drv->driver); in vmbus_add_dynid()
2635 ret = driver_attach(&hdrv->driver);