Lines Matching refs:remove
626 if (dev->bus->remove) in really_probe()
627 dev->bus->remove(dev); in really_probe()
628 else if (drv->remove) in really_probe()
629 drv->remove(dev); in really_probe()
655 if (dev->bus->remove) in really_probe()
656 dev->bus->remove(dev); in really_probe()
657 else if (drv->remove) in really_probe()
658 drv->remove(dev); in really_probe()
1202 if (dev->bus && dev->bus->remove) in __device_release_driver()
1203 dev->bus->remove(dev); in __device_release_driver()
1204 else if (drv->remove) in __device_release_driver()
1205 drv->remove(dev); in __device_release_driver()