Searched refs:pre_unbind (Results 1 – 5 of 5) sorted by relevance
116 if (entry->pre_unbind) in fix_uclass()117 entry->pre_unbind += gd->reloc_off; in fix_uclass()
609 if (uc->uc_drv->pre_unbind) { in uclass_unbind_device()610 ret = uc->uc_drv->pre_unbind(dev); in uclass_unbind_device()
120 .pre_unbind = test_pre_unbind,
91 int (*pre_unbind)(struct udevice *dev); member
553 .pre_unbind = eth_pre_unbind,