Searched refs:driver_attach (Results 1 – 9 of 9) sorted by relevance
1240 int driver_attach(const struct device_driver *drv) in driver_attach() function1245 EXPORT_SYMBOL_GPL(driver_attach);
715 error = driver_attach(drv); in bus_add_driver()
308 err = driver_attach(&onboard_dev_usbdev_driver.driver); in onboard_dev_attach_usb_driver()
1115 int __must_check driver_attach(const struct device_driver *drv);
127 retval = driver_attach(&pdrv->drv); in new_id_store()
102 retval = driver_attach(driver); in usb_store_new_id()
129 rc = driver_attach(drv); in do_id_store()
1519 rc = driver_attach(&udriver->driver); in __usb_serial_register_drivers()
768 return driver_attach(&drv->driver); in vmbus_add_dynid()