Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice-remove.c195 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()
196 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
Droot.c97 if (entry->child_post_remove) in fix_drivers()
98 entry->child_post_remove += gd->reloc_off; in fix_drivers()
/external/u-boot/include/dm/
Ddevice.h248 int (*child_post_remove)(struct udevice *dev); member
/external/u-boot/test/dm/
Dbus.c94 .child_post_remove = testbus_child_post_remove,
/external/u-boot/doc/driver-model/
DREADME.txt558 Also the bus driver can define the child_pre_probe() and child_post_remove()