Searched refs:driver_attach (Results 1 – 11 of 11) sorted by relevance
1310 int driver_attach(const struct device_driver *drv) in driver_attach() function1315 EXPORT_SYMBOL_GPL(driver_attach);
756 error = driver_attach(drv); in bus_add_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()
766 return driver_attach(&drv->driver); in vmbus_add_dynid()
2674 ret = driver_attach(&hdrv->driver); in new_id_store()