Lines Matching refs:remove
567 if (dev->bus->remove) in really_probe()
568 dev->bus->remove(dev); in really_probe()
569 else if (drv->remove) in really_probe()
570 drv->remove(dev); in really_probe()
595 if (dev->bus->remove) in really_probe()
596 dev->bus->remove(dev); in really_probe()
597 else if (drv->remove) in really_probe()
598 drv->remove(dev); in really_probe()
1131 if (dev->bus && dev->bus->remove) in __device_release_driver()
1132 dev->bus->remove(dev); in __device_release_driver()
1133 else if (drv->remove) in __device_release_driver()
1134 drv->remove(dev); in __device_release_driver()