Lines Matching refs:remove
580 if (dev->bus->remove) in really_probe()
581 dev->bus->remove(dev); in really_probe()
582 else if (drv->remove) in really_probe()
583 drv->remove(dev); in really_probe()
610 if (dev->bus->remove) in really_probe()
611 dev->bus->remove(dev); in really_probe()
612 else if (drv->remove) in really_probe()
613 drv->remove(dev); in really_probe()
1151 if (dev->bus && dev->bus->remove) in __device_release_driver()
1152 dev->bus->remove(dev); in __device_release_driver()
1153 else if (drv->remove) in __device_release_driver()
1154 drv->remove(dev); in __device_release_driver()