device_remove
device_remove(dev);
device_remove(dev);
device_remove(dev);
if (smmu->impl_ops && smmu->impl_ops->device_remove)
smmu->impl_ops->device_remove(smmu);
void (*device_remove)(struct arm_smmu_device *smmu);
.device_remove = tegra241_cmdqv_remove,
.device_remove = tegra241_cmdqv_remove,
mdiodev->device_remove(mdiodev);
mdiodev->device_remove(mdiodev);
mdiodev->device_remove = mdio_device_remove;
mdiodev->device_remove = phy_mdio_device_remove;
static DEVICE_ATTR_WO(device_remove);
void (*device_remove)(struct mdio_device *mdiodev);