Searched refs:pre_unbind (Results 1 – 5 of 5) sorted by relevance
115 if (entry->pre_unbind) in fix_uclass()116 entry->pre_unbind += gd->reloc_off; in fix_uclass()
594 if (uc->uc_drv->pre_unbind) { in uclass_unbind_device()595 ret = uc->uc_drv->pre_unbind(dev); in uclass_unbind_device()
119 .pre_unbind = test_pre_unbind,
87 int (*pre_unbind)(struct udevice *dev); member
547 .pre_unbind = eth_pre_unbind,