Lines Matching refs:remove
587 if (dev->bus->remove) in really_probe()
588 dev->bus->remove(dev); in really_probe()
589 else if (drv->remove) in really_probe()
590 drv->remove(dev); in really_probe()
620 if (dev->bus->remove) in really_probe()
621 dev->bus->remove(dev); in really_probe()
622 else if (drv->remove) in really_probe()
623 drv->remove(dev); in really_probe()
1180 if (dev->bus && dev->bus->remove) in __device_release_driver()
1181 dev->bus->remove(dev); in __device_release_driver()
1182 else if (drv->remove) in __device_release_driver()
1183 drv->remove(dev); in __device_release_driver()