Searched refs:destroy (Results 1 – 4 of 4) sorted by relevance
125 .destroy = test_destroy,
98 int (*destroy)(struct uclass *class); member
130 if (entry->destroy) in fix_uclass()131 entry->destroy += gd->reloc_off; in fix_uclass()
135 if (uc_drv->destroy) in uclass_destroy()136 uc_drv->destroy(uc); in uclass_destroy()