Home
last modified time | relevance | path

Searched refs:pre_unbind (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dtest-uclass.c119 .pre_unbind = test_pre_unbind,
/openbmc/u-boot/include/dm/
H A Duclass.h92 int (*pre_unbind)(struct udevice *dev); member
/openbmc/u-boot/drivers/core/
H A Droot.c115 if (entry->pre_unbind) in fix_uclass()
116 entry->pre_unbind += gd->reloc_off; in fix_uclass()
H A Duclass.c660 if (uc->uc_drv->pre_unbind) { in uclass_unbind_device()
661 ret = uc->uc_drv->pre_unbind(dev); in uclass_unbind_device()
/openbmc/u-boot/net/
H A Deth-uclass.c551 .pre_unbind = eth_pre_unbind,